Color Hex Logo

#d031cc Color Hex

#D031CC
(208,49,204)
0 Favorites   0 Comments

Color spaces of #d031cc

RGB 20849204
HSL0.840.630.50
HSV302°76°82°
CMYK 0.000.760.02   0.18
XYZ38.009819.966258.9773
Yxy19.96620.32500.1707
Hunter Lab44.683673.6437-46.9777
CIE-Lab51.799076.1371-46.1367

#d031cc color RGB value is (208,49,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 11001100
Octal 320 61 314
Decimal 208 49 204
Hex D0 31 CC

RGB Percentages of Color #d031cc

%45.12
%10.63
%44.25

CMYK Percentages of Color #d031cc

%0
%76
%2
%18

Triadic Colors of #d031cc

#d031cc #ccd031 #31ccd0

Analogous Colors of #d031cc

#d031cc #d0317d #8531d0

Monochromatic Colors of #d031cc

#d031cc

Complementary Color

#d031cc #31d035

#d031cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031cc Color CSS Codes

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

#d031cc Text Font Color

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

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


#d031cc Background Color

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

This div background color is #d031cc


#d031cc Border Color

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

This div border color is #d031cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031cc


Comments

No comments written yet.

Please login to write comment.