Color Hex Logo

#d031cd Color Hex

#D031CD
(208,49,205)
0 Favorites   0 Comments

Color spaces of #d031cd

RGB 20849205
HSL0.840.630.50
HSV301°76°82°
CMYK 0.000.760.01   0.18
XYZ38.130220.014359.6111
Yxy20.01430.32380.1700
Hunter Lab44.737373.8474-47.6859
CIE-Lab51.853476.2912-46.6249

#d031cd color RGB value is (208,49,205).

#d031cd hex color red value is 208, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d031cd hue: 0.84 , saturation: 0.63 and the lightness value of d031cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 11001101
Octal 320 61 315
Decimal 208 49 205
Hex D0 31 CD

RGB Percentages of Color #d031cd

%45.02
%10.61
%44.37

CMYK Percentages of Color #d031cd

%0
%76
%1
%18

Triadic Colors of #d031cd

#d031cd #cdd031 #31cdd0

Analogous Colors of #d031cd

#d031cd #d0317e #8431d0

Monochromatic Colors of #d031cd

#d031cd

Complementary Color

#d031cd #31d034

#d031cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031cd Color CSS Codes

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

#d031cd Text Font Color

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

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


#d031cd Background Color

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

This div background color is #d031cd


#d031cd Border Color

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

This div border color is #d031cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031cd


Comments

No comments written yet.

Please login to write comment.