Color Hex Logo

#ce90ef Color Hex

#CE90EF
(206,144,239)
0 Favorites   0 Comments

Color spaces of #ce90ef

RGB 206144239
HSL0.780.750.75
HSV279°40°94°
CMYK 0.140.400.00   0.06
XYZ51.006839.300386.5587
Yxy39.30030.28840.2222
Hunter Lab62.690035.5266-37.9813
CIE-Lab68.968240.0761-38.7766

#ce90ef color RGB value is (206,144,239).

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

The process color (four color CMYK) of #ce90ef color hex is 0.14, 0.40, 0.00, 0.06. Web safe color of #ce90ef is #cc99ff. Color #ce90ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 11101111
Octal 316 220 357
Decimal 206 144 239
Hex CE 90 EF

RGB Percentages of Color #ce90ef

%34.97
%24.45
%40.58

CMYK Percentages of Color #ce90ef

%14
%40
%0
%6

Triadic Colors of #ce90ef

#ce90ef #efce90 #90efce

Analogous Colors of #ce90ef

#ce90ef #ef90e1 #9f90ef

Monochromatic Colors of #ce90ef

#ce90ef

Complementary Color

#ce90ef #b1ef90

#ce90ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce90ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce90ef Color CSS Codes

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

#ce90ef Text Font Color

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

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


#ce90ef Background Color

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

This div background color is #ce90ef


#ce90ef Border Color

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

This div border color is #ce90ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce90ef


Comments

No comments written yet.

Please login to write comment.