Color Hex Logo

#cea5ff Color Hex

#CEA5FF
(206,165,255)
0 Favorites   0 Comments

Color spaces of #cea5ff

RGB 206165255
HSL0.741.000.82
HSV267°35°100°
CMYK 0.190.350.00   0.00
XYZ56.958747.2521100.7263
Yxy47.25210.27790.2306
Hunter Lab68.740227.6114-38.7607
CIE-Lab74.350732.1021-39.0985

#cea5ff color RGB value is (206,165,255).

#cea5ff hex color red value is 206, green value is 165 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cea5ff hue: 0.74 , saturation: 1.00 and the lightness value of cea5ff is 0.82.

The process color (four color CMYK) of #cea5ff color hex is 0.19, 0.35, 0.00, 0.00. Web safe color of #cea5ff is #cc99ff. Color #cea5ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 11111111
Octal 316 245 377
Decimal 206 165 255
Hex CE A5 FF

RGB Percentages of Color #cea5ff

%32.91
%26.36
%40.73

CMYK Percentages of Color #cea5ff

%19
%35
%0
%0

Triadic Colors of #cea5ff

#cea5ff #ffcea5 #a5ffce

Analogous Colors of #cea5ff

#cea5ff #fba5ff #a5a9ff

Monochromatic Colors of #cea5ff

#cea5ff

Complementary Color

#cea5ff #d6ffa5

#cea5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea5ff Color CSS Codes

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

#cea5ff Text Font Color

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

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


#cea5ff Background Color

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

This div background color is #cea5ff


#cea5ff Border Color

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

This div border color is #cea5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea5ff

Related Colors


Comments

No comments written yet.

Please login to write comment.