Color Hex Logo

#ce24cc Color Hex

#CE24CC
(206,36,204)
0 Favorites   0 Comments

Color spaces of #ce24cc

RGB 20636204
HSL0.840.700.47
HSV301°83°81°
CMYK 0.000.830.01   0.19
XYZ36.983618.743258.7953
Yxy18.74320.32290.1637
Hunter Lab43.293476.7210-50.2143
CIE-Lab50.385478.8847-48.4061

#ce24cc color RGB value is (206,36,204).

#ce24cc hex color red value is 206, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce24cc hue: 0.84 , saturation: 0.70 and the lightness value of ce24cc is 0.47.

The process color (four color CMYK) of #ce24cc color hex is 0.00, 0.83, 0.01, 0.19. Web safe color of #ce24cc is #cc33cc. Color #ce24cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100100 11001100
Octal 316 44 314
Decimal 206 36 204
Hex CE 24 CC

RGB Percentages of Color #ce24cc

%46.19
%8.07
%45.74

CMYK Percentages of Color #ce24cc

%0
%83
%1
%19

Triadic Colors of #ce24cc

#ce24cc #ccce24 #24ccce

Analogous Colors of #ce24cc

#ce24cc #ce2477 #7b24ce

Monochromatic Colors of #ce24cc

#ce24cc

Complementary Color

#ce24cc #24ce26

#ce24cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce24cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce24cc Color CSS Codes

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

#ce24cc Text Font Color

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

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


#ce24cc Background Color

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

This div background color is #ce24cc


#ce24cc Border Color

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

This div border color is #ce24cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce24cc


Comments

No comments written yet.

Please login to write comment.