Color Hex Logo

#d24bcb Color Hex

#D24BCB
(210,75,203)
0 Favorites   0 Comments

Color spaces of #d24bcb

RGB 21075203
HSL0.840.600.56
HSV303°64°82°
CMYK 0.000.640.03   0.18
XYZ39.873923.045658.8466
Yxy23.04560.32750.1893
Hunter Lab48.005864.2528-39.0749
CIE-Lab55.119367.7516-40.2916

#d24bcb color RGB value is (210,75,203).

#d24bcb hex color red value is 210, green value is 75 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d24bcb hue: 0.84 , saturation: 0.60 and the lightness value of d24bcb is 0.56.

The process color (four color CMYK) of #d24bcb color hex is 0.00, 0.64, 0.03, 0.18. Web safe color of #d24bcb is #cc33cc. Color #d24bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001011 11001011
Octal 322 113 313
Decimal 210 75 203
Hex D2 4B CB

RGB Percentages of Color #d24bcb

%43.03
%15.37
%41.60

CMYK Percentages of Color #d24bcb

%0
%64
%3
%18

Triadic Colors of #d24bcb

#d24bcb #cbd24b #4bcbd2

Analogous Colors of #d24bcb

#d24bcb #d24b88 #964bd2

Monochromatic Colors of #d24bcb

#d24bcb

Complementary Color

#d24bcb #4bd252

#d24bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24bcb Color CSS Codes

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

#d24bcb Text Font Color

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

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


#d24bcb Background Color

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

This div background color is #d24bcb


#d24bcb Border Color

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

This div border color is #d24bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,75,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d24bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d24bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #d24bcb;
  box-shadow:         1px 1px 3px 2px #d24bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,75,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24bcb


Comments

No comments written yet.

Please login to write comment.