Color Hex Logo

#ce90ea Color Hex

#CE90EA
(206,144,234)
0 Favorites   0 Comments

Color spaces of #ce90ea

RGB 206144234
HSL0.780.680.74
HSV281°38°92°
CMYK 0.120.380.00   0.08
XYZ50.278139.008882.7214
Yxy39.00880.29230.2268
Hunter Lab62.457034.3933-34.8069
CIE-Lab68.757639.0396-36.3604

#ce90ea color RGB value is (206,144,234).

#ce90ea hex color red value is 206, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce90ea hue: 0.78 , saturation: 0.68 and the lightness value of ce90ea is 0.74.

The process color (four color CMYK) of #ce90ea color hex is 0.12, 0.38, 0.00, 0.08. Web safe color of #ce90ea is #cc99ff. Color #ce90ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 11101010
Octal 316 220 352
Decimal 206 144 234
Hex CE 90 EA

RGB Percentages of Color #ce90ea

%35.27
%24.66
%40.07

CMYK Percentages of Color #ce90ea

%12
%38
%0
%8

Triadic Colors of #ce90ea

#ce90ea #eace90 #90eace

Analogous Colors of #ce90ea

#ce90ea #ea90d9 #a190ea

Monochromatic Colors of #ce90ea

#ce90ea

Complementary Color

#ce90ea #acea90

#ce90ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce90ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce90ea Color CSS Codes

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

#ce90ea Text Font Color

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

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


#ce90ea Background Color

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

This div background color is #ce90ea


#ce90ea Border Color

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

This div border color is #ce90ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce90ea


Comments

No comments written yet.

Please login to write comment.