Color Hex Logo

#ce29fa Color Hex

#CE29FA
(206,41,250)
0 Favorites   0 Comments

Color spaces of #ce29fa

RGB 20641250
HSL0.800.950.57
HSV287°84°98°
CMYK 0.180.840.00   0.02
XYZ43.501921.609892.3208
Yxy21.60980.27630.1373
Hunter Lab46.486385.6891-85.2081
CIE-Lab53.610585.2791-69.2786

#ce29fa color RGB value is (206,41,250).

#ce29fa hex color red value is 206, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce29fa hue: 0.80 , saturation: 0.95 and the lightness value of ce29fa is 0.57.

The process color (four color CMYK) of #ce29fa color hex is 0.18, 0.84, 0.00, 0.02. Web safe color of #ce29fa is #cc33ff. Color #ce29fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 11111010
Octal 316 51 372
Decimal 206 41 250
Hex CE 29 FA

RGB Percentages of Color #ce29fa

%41.45
%8.25
%50.30

CMYK Percentages of Color #ce29fa

%18
%84
%0
%2

Triadic Colors of #ce29fa

#ce29fa #face29 #29face

Analogous Colors of #ce29fa

#ce29fa #fa29be #6629fa

Monochromatic Colors of #ce29fa

#ce29fa

Complementary Color

#ce29fa #55fa29

#ce29fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce29fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce29fa Color CSS Codes

.mybgcolor {background-color:#ce29fa; } 
.myforecolor {color:#ce29fa; }
.mybordercolor {border:3px solid #ce29fa; }

#ce29fa Text Font Color

<p style="color:#ce29fa">Text here</p>

This sample text font color is #ce29fa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce29fa Background Color

<div style="background-color:#ce29fa">
Div content here</div>

This div background color is #ce29fa


#ce29fa Border Color

<div style="border:3px solid #ce29fa">
Div here</div>

This div border color is #ce29fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,41,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce29fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce29fa;
  -webkit-box-shadow: 1px 1px 3px 2px #ce29fa;
  box-shadow:         1px 1px 3px 2px #ce29fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,41,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce29fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce29fa;
  -webkit-box-shadow: 1px 1px 3px 2px #ce29fa;
  box-shadow:         1px 1px 3px 2px #ce29fa;">
Div content here</div>

This div box has shadow with color #ce29fa


Comments

No comments written yet.

Please login to write comment.