Color Hex Logo

#ce27dc Color Hex

#CE27DC
(206,39,220)
0 Favorites   0 Comments

Color spaces of #ce27dc

RGB 20639220
HSL0.820.720.51
HSV295°82°86°
CMYK 0.060.820.00   0.14
XYZ39.097419.740269.4597
Yxy19.74020.30470.1539
Hunter Lab44.429979.3238-61.5903
CIE-Lab51.542280.7244-55.7167

#ce27dc color RGB value is (206,39,220).

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

The process color (four color CMYK) of #ce27dc color hex is 0.06, 0.82, 0.00, 0.14. Web safe color of #ce27dc is #cc33cc. Color #ce27dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 11011100
Octal 316 47 334
Decimal 206 39 220
Hex CE 27 DC

RGB Percentages of Color #ce27dc

%44.30
%8.39
%47.31

CMYK Percentages of Color #ce27dc

%6
%82
%0
%14

Triadic Colors of #ce27dc

#ce27dc #dcce27 #27dcce

Analogous Colors of #ce27dc

#ce27dc #dc2790 #7427dc

Monochromatic Colors of #ce27dc

#ce27dc

Complementary Color

#ce27dc #35dc27

#ce27dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce27dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce27dc Color CSS Codes

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

#ce27dc Text Font Color

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

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


#ce27dc Background Color

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

This div background color is #ce27dc


#ce27dc Border Color

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

This div border color is #ce27dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce27dc


Comments

No comments written yet.

Please login to write comment.