Color Hex Logo

#ce5fdc Color Hex

#CE5FDC
(206,95,220)
0 Favorites   0 Comments

Color spaces of #ce5fdc

RGB 20695220
HSL0.810.640.62
HSV293°57°86°
CMYK 0.060.570.00   0.14
XYZ42.464126.473570.5819
Yxy26.47350.30440.1897
Hunter Lab51.452457.2758-45.3168
CIE-Lab58.483861.1848-44.6706

#ce5fdc color RGB value is (206,95,220).

#ce5fdc hex color red value is 206, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce5fdc hue: 0.81 , saturation: 0.64 and the lightness value of ce5fdc is 0.62.

The process color (four color CMYK) of #ce5fdc color hex is 0.06, 0.57, 0.00, 0.14. Web safe color of #ce5fdc is #cc66cc. Color #ce5fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011111 11011100
Octal 316 137 334
Decimal 206 95 220
Hex CE 5F DC

RGB Percentages of Color #ce5fdc

%39.54
%18.23
%42.23

CMYK Percentages of Color #ce5fdc

%6
%57
%0
%14

Triadic Colors of #ce5fdc

#ce5fdc #dcce5f #5fdcce

Analogous Colors of #ce5fdc

#ce5fdc #dc5fac #905fdc

Monochromatic Colors of #ce5fdc

#ce5fdc

Complementary Color

#ce5fdc #6ddc5f

#ce5fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5fdc Color CSS Codes

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

#ce5fdc Text Font Color

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

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


#ce5fdc Background Color

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

This div background color is #ce5fdc


#ce5fdc Border Color

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

This div border color is #ce5fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,95,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 #ce5fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5fdc


Comments

No comments written yet.

Please login to write comment.