Color Hex Logo

#d033cc Color Hex

#D033CC
(208,51,204)
0 Favorites   0 Comments

Color spaces of #d033cc

RGB 20851204
HSL0.840.630.51
HSV302°75°82°
CMYK 0.000.750.02   0.18
XYZ38.095320.137259.0058
Yxy20.13720.32490.1718
Hunter Lab44.874573.0036-46.5487
CIE-Lab51.992075.5812-45.8302

#d033cc color RGB value is (208,51,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110011 11001100
Octal 320 63 314
Decimal 208 51 204
Hex D0 33 CC

RGB Percentages of Color #d033cc

%44.92
%11.02
%44.06

CMYK Percentages of Color #d033cc

%0
%75
%2
%18

Triadic Colors of #d033cc

#d033cc #ccd033 #33ccd0

Analogous Colors of #d033cc

#d033cc #d0337e #8633d0

Monochromatic Colors of #d033cc

#d033cc

Complementary Color

#d033cc #33d037

#d033cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d033cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d033cc Color CSS Codes

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

#d033cc Text Font Color

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

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


#d033cc Background Color

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

This div background color is #d033cc


#d033cc Border Color

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

This div border color is #d033cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d033cc


Comments

No comments written yet.

Please login to write comment.