Color Hex Logo

#ce95dc Color Hex

#CE95DC
(206,149,220)
0 Favorites   0 Comments

Color spaces of #ce95dc

RGB 206149220
HSL0.800.500.72
HSV288°32°86°
CMYK 0.060.320.00   0.14
XYZ49.119339.784072.8004
Yxy39.78400.30380.2460
Hunter Lab63.074628.6264-24.2801
CIE-Lab69.315433.5046-27.7903

#ce95dc color RGB value is (206,149,220).

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

The process color (four color CMYK) of #ce95dc color hex is 0.06, 0.32, 0.00, 0.14. Web safe color of #ce95dc is #cc99cc. Color #ce95dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 11011100
Octal 316 225 334
Decimal 206 149 220
Hex CE 95 DC

RGB Percentages of Color #ce95dc

%35.83
%25.91
%38.26

CMYK Percentages of Color #ce95dc

%6
%32
%0
%14

Triadic Colors of #ce95dc

#ce95dc #dcce95 #95dcce

Analogous Colors of #ce95dc

#ce95dc #dc95c7 #ab95dc

Monochromatic Colors of #ce95dc

#ce95dc

Complementary Color

#ce95dc #a3dc95

#ce95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce95dc Color CSS Codes

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

#ce95dc Text Font Color

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

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


#ce95dc Background Color

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

This div background color is #ce95dc


#ce95dc Border Color

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

This div border color is #ce95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce95dc


Comments

No comments written yet.

Please login to write comment.