Color Hex Logo

#ce59dc Color Hex

#CE59DC
(206,89,220)
0 Favorites   0 Comments

Color spaces of #ce59dc

RGB 20689220
HSL0.820.650.61
HSV294°60°86°
CMYK 0.060.600.00   0.14
XYZ41.944225.433970.4087
Yxy25.43390.30440.1846
Hunter Lab50.432060.2020-47.4730
CIE-Lab57.495863.8772-46.2324

#ce59dc color RGB value is (206,89,220).

#ce59dc hex color red value is 206, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce59dc hue: 0.82 , saturation: 0.65 and the lightness value of ce59dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011001 11011100
Octal 316 131 334
Decimal 206 89 220
Hex CE 59 DC

RGB Percentages of Color #ce59dc

%40.00
%17.28
%42.72

CMYK Percentages of Color #ce59dc

%6
%60
%0
%14

Triadic Colors of #ce59dc

#ce59dc #dcce59 #59dcce

Analogous Colors of #ce59dc

#ce59dc #dc59a9 #8d59dc

Monochromatic Colors of #ce59dc

#ce59dc

Complementary Color

#ce59dc #67dc59

#ce59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce59dc Color CSS Codes

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

#ce59dc Text Font Color

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

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


#ce59dc Background Color

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

This div background color is #ce59dc


#ce59dc Border Color

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

This div border color is #ce59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce59dc


Comments

No comments written yet.

Please login to write comment.