Color Hex Logo

#d032cf Color Hex

#D032CF
(208,50,207)
0 Favorites   0 Comments

Color spaces of #d032cf

RGB 20850207
HSL0.830.630.51
HSV300°76°82°
CMYK 0.000.760.00   0.18
XYZ38.415520.196160.9050
Yxy20.19610.32140.1690
Hunter Lab44.940173.9396-48.8947
CIE-Lab52.058276.3257-47.4470

#d032cf color RGB value is (208,50,207).

#d032cf hex color red value is 208, green value is 50 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d032cf hue: 0.83 , saturation: 0.63 and the lightness value of d032cf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110010 11001111
Octal 320 62 317
Decimal 208 50 207
Hex D0 32 CF

RGB Percentages of Color #d032cf

%44.73
%10.75
%44.52

CMYK Percentages of Color #d032cf

%0
%76
%0
%18

Triadic Colors of #d032cf

#d032cf #cfd032 #32cfd0

Analogous Colors of #d032cf

#d032cf #d03280 #8232d0

Monochromatic Colors of #d032cf

#d032cf

Complementary Color

#d032cf #32d033

#d032cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d032cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d032cf Color CSS Codes

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

#d032cf Text Font Color

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

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


#d032cf Background Color

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

This div background color is #d032cf


#d032cf Border Color

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

This div border color is #d032cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d032cf


Comments

No comments written yet.

Please login to write comment.