Color Hex Logo

#ce72dc Color Hex

#CE72DC
(206,114,220)
0 Favorites   0 Comments

Color spaces of #ce72dc

RGB 206114220
HSL0.810.600.65
HSV292°48°86°
CMYK 0.060.480.00   0.14
XYZ44.389230.323771.2236
Yxy30.32370.30420.2078
Hunter Lab55.067047.5208-38.1388
CIE-Lab61.932552.0106-39.2475

#ce72dc color RGB value is (206,114,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 11011100
Octal 316 162 334
Decimal 206 114 220
Hex CE 72 DC

RGB Percentages of Color #ce72dc

%38.15
%21.11
%40.74

CMYK Percentages of Color #ce72dc

%6
%48
%0
%14

Triadic Colors of #ce72dc

#ce72dc #dcce72 #72dcce

Analogous Colors of #ce72dc

#ce72dc #dc72b5 #9972dc

Monochromatic Colors of #ce72dc

#ce72dc

Complementary Color

#ce72dc #80dc72

#ce72dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce72dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce72dc Color CSS Codes

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

#ce72dc Text Font Color

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

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


#ce72dc Background Color

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

This div background color is #ce72dc


#ce72dc Border Color

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

This div border color is #ce72dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce72dc


Comments

No comments written yet.

Please login to write comment.