Color Hex Logo

#ce24bb Color Hex

#CE24BB
(206,36,187)
0 Favorites   0 Comments

Color spaces of #ce24bb

RGB 20636187
HSL0.850.700.47
HSV307°83°81°
CMYK 0.000.830.09   0.19
XYZ35.054117.971448.6350
Yxy17.97140.34480.1768
Hunter Lab42.392773.4127-38.3456
CIE-Lab49.461476.4056-40.0187

#ce24bb color RGB value is (206,36,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100100 10111011
Octal 316 44 273
Decimal 206 36 187
Hex CE 24 BB

RGB Percentages of Color #ce24bb

%48.02
%8.39
%43.59

CMYK Percentages of Color #ce24bb

%0
%83
%9
%19

Triadic Colors of #ce24bb

#ce24bb #bbce24 #24bbce

Analogous Colors of #ce24bb

#ce24bb #ce2466 #8c24ce

Monochromatic Colors of #ce24bb

#ce24bb

Complementary Color

#ce24bb #24ce37

#ce24bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce24bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce24bb Color CSS Codes

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

#ce24bb Text Font Color

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

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


#ce24bb Background Color

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

This div background color is #ce24bb


#ce24bb Border Color

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

This div border color is #ce24bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce24bb


Comments

No comments written yet.

Please login to write comment.