Color Hex Logo

#ce90df Color Hex

#CE90DF
(206,144,223)
0 Favorites   0 Comments

Color spaces of #ce90df

RGB 206144223
HSL0.800.550.72
HSV287°35°87°
CMYK 0.080.350.00   0.13
XYZ48.746138.396074.6540
Yxy38.39600.30130.2373
Hunter Lab61.964531.9841-28.0566
CIE-Lab68.311536.8131-30.9931

#ce90df color RGB value is (206,144,223).

#ce90df hex color red value is 206, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce90df hue: 0.80 , saturation: 0.55 and the lightness value of ce90df is 0.72.

The process color (four color CMYK) of #ce90df color hex is 0.08, 0.35, 0.00, 0.13. Web safe color of #ce90df is #cc99cc. Color #ce90df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 11011111
Octal 316 220 337
Decimal 206 144 223
Hex CE 90 DF

RGB Percentages of Color #ce90df

%35.95
%25.13
%38.92

CMYK Percentages of Color #ce90df

%8
%35
%0
%13

Triadic Colors of #ce90df

#ce90df #dfce90 #90dfce

Analogous Colors of #ce90df

#ce90df #df90c9 #a790df

Monochromatic Colors of #ce90df

#ce90df

Complementary Color

#ce90df #a1df90

#ce90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce90df Color CSS Codes

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

#ce90df Text Font Color

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

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


#ce90df Background Color

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

This div background color is #ce90df


#ce90df Border Color

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

This div border color is #ce90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce90df


Comments

No comments written yet.

Please login to write comment.