Color Hex Logo

#d24cbf Color Hex

#D24CBF
(210,76,191)
0 Favorites   0 Comments

Color spaces of #d24cbf

RGB 21076191
HSL0.860.600.56
HSV309°64°82°
CMYK 0.000.640.09   0.18
XYZ38.566822.632151.6260
Yxy22.63210.34180.2006
Hunter Lab47.573261.4538-31.0397
CIE-Lab54.691365.4607-34.0734

#d24cbf color RGB value is (210,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001100 10111111
Octal 322 114 277
Decimal 210 76 191
Hex D2 4C BF

RGB Percentages of Color #d24cbf

%44.03
%15.93
%40.04

CMYK Percentages of Color #d24cbf

%0
%64
%9
%18

Triadic Colors of #d24cbf

#d24cbf #bfd24c #4cbfd2

Analogous Colors of #d24cbf

#d24cbf #d24c7c #a24cd2

Monochromatic Colors of #d24cbf

#d24cbf

Complementary Color

#d24cbf #4cd25f

#d24cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24cbf Color CSS Codes

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

#d24cbf Text Font Color

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

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


#d24cbf Background Color

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

This div background color is #d24cbf


#d24cbf Border Color

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

This div border color is #d24cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24cbf


Comments

No comments written yet.

Please login to write comment.