Color Hex Logo

#ce1ae5 Color Hex

#CE1AE5
(206,26,229)
0 Favorites   0 Comments

Color spaces of #ce1ae5

RGB 20626229
HSL0.810.800.50
HSV293°89°90°
CMYK 0.100.890.00   0.10
XYZ39.965919.517775.7896
Yxy19.51770.29540.1443
Hunter Lab44.178884.1651-70.7879
CIE-Lab51.287584.5557-61.2345

#ce1ae5 color RGB value is (206,26,229).

#ce1ae5 hex color red value is 206, green value is 26 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ce1ae5 hue: 0.81 , saturation: 0.80 and the lightness value of ce1ae5 is 0.50.

The process color (four color CMYK) of #ce1ae5 color hex is 0.10, 0.89, 0.00, 0.10. Web safe color of #ce1ae5 is #cc33cc. Color #ce1ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011010 11100101
Octal 316 32 345
Decimal 206 26 229
Hex CE 1A E5

RGB Percentages of Color #ce1ae5

%44.69
%5.64
%49.67

CMYK Percentages of Color #ce1ae5

%10
%89
%0
%10

Triadic Colors of #ce1ae5

#ce1ae5 #e5ce1a #1ae5ce

Analogous Colors of #ce1ae5

#ce1ae5 #e51a97 #691ae5

Monochromatic Colors of #ce1ae5

#ce1ae5

Complementary Color

#ce1ae5 #31e51a

#ce1ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1ae5 Color CSS Codes

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

#ce1ae5 Text Font Color

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

This sample text font color is #ce1ae5
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.


#ce1ae5 Background Color

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

This div background color is #ce1ae5


#ce1ae5 Border Color

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

This div border color is #ce1ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1ae5


Comments

No comments written yet.

Please login to write comment.