Color Hex Logo

#d531cb Color Hex

#D531CB
(213,49,203)
0 Favorites   0 Comments

Color spaces of #d531cb

RGB 21349203
HSL0.840.660.51
HSV304°77°84°
CMYK 0.000.770.05   0.16
XYZ39.318420.654658.4143
Yxy20.65460.33210.1745
Hunter Lab45.447374.8950-44.3934
CIE-Lab52.569476.9962-44.2880

#d531cb color RGB value is (213,49,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110001 11001011
Octal 325 61 313
Decimal 213 49 203
Hex D5 31 CB

RGB Percentages of Color #d531cb

%45.81
%10.54
%43.66

CMYK Percentages of Color #d531cb

%0
%77
%5
%16

Triadic Colors of #d531cb

#d531cb #cbd531 #31cbd5

Analogous Colors of #d531cb

#d531cb #d53179 #8d31d5

Monochromatic Colors of #d531cb

#d531cb

Complementary Color

#d531cb #31d53b

#d531cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d531cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d531cb Color CSS Codes

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

#d531cb Text Font Color

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

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


#d531cb Background Color

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

This div background color is #d531cb


#d531cb Border Color

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

This div border color is #d531cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,49,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 #d531cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d531cb


Comments

No comments written yet.

Please login to write comment.