Color Hex Logo

#d531cf Color Hex

#D531CF
(213,49,207)
0 Favorites   0 Comments

Color spaces of #d531cf

RGB 21349207
HSL0.840.660.51
HSV302°77°84°
CMYK 0.000.770.03   0.16
XYZ39.801420.847860.9577
Yxy20.84780.32730.1714
Hunter Lab45.659475.6949-47.1937
CIE-Lab52.782577.5969-46.2457

#d531cf color RGB value is (213,49,207).

#d531cf hex color red value is 213, green value is 49 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d531cf hue: 0.84 , saturation: 0.66 and the lightness value of d531cf is 0.51.

The process color (four color CMYK) of #d531cf color hex is 0.00, 0.77, 0.03, 0.16. Web safe color of #d531cf is #cc33cc. Color #d531cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110001 11001111
Octal 325 61 317
Decimal 213 49 207
Hex D5 31 CF

RGB Percentages of Color #d531cf

%45.42
%10.45
%44.14

CMYK Percentages of Color #d531cf

%0
%77
%3
%16

Triadic Colors of #d531cf

#d531cf #cfd531 #31cfd5

Analogous Colors of #d531cf

#d531cf #d5317d #8931d5

Monochromatic Colors of #d531cf

#d531cf

Complementary Color

#d531cf #31d537

#d531cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d531cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d531cf Color CSS Codes

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

#d531cf Text Font Color

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

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


#d531cf Background Color

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

This div background color is #d531cf


#d531cf Border Color

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

This div border color is #d531cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,49,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d531cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d531cf;
  -webkit-box-shadow: 1px 1px 3px 2px #d531cf;
  box-shadow:         1px 1px 3px 2px #d531cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,49,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d531cf


Comments

No comments written yet.

Please login to write comment.