Color Hex Logo

#ce24bd Color Hex

#CE24BD
(206,36,189)
0 Favorites   0 Comments

Color spaces of #ce24bd

RGB 20636189
HSL0.850.700.47
HSV306°83°81°
CMYK 0.000.830.08   0.19
XYZ35.269818.057749.7707
Yxy18.05770.34210.1752
Hunter Lab42.494473.7877-39.6962
CIE-Lab49.566076.6887-41.0192

#ce24bd color RGB value is (206,36,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100100 10111101
Octal 316 44 275
Decimal 206 36 189
Hex CE 24 BD

RGB Percentages of Color #ce24bd

%47.80
%8.35
%43.85

CMYK Percentages of Color #ce24bd

%0
%83
%8
%19

Triadic Colors of #ce24bd

#ce24bd #bdce24 #24bdce

Analogous Colors of #ce24bd

#ce24bd #ce2468 #8a24ce

Monochromatic Colors of #ce24bd

#ce24bd

Complementary Color

#ce24bd #24ce35

#ce24bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce24bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce24bd Color CSS Codes

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

#ce24bd Text Font Color

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

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


#ce24bd Background Color

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

This div background color is #ce24bd


#ce24bd Border Color

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

This div border color is #ce24bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce24bd


Comments

No comments written yet.

Please login to write comment.