Color Hex Logo

#d033cb Color Hex

#D033CB
(208,51,203)
0 Favorites   0 Comments

Color spaces of #d033cb

RGB 20851203
HSL0.840.630.51
HSV302°75°82°
CMYK 0.000.750.02   0.18
XYZ37.975720.089358.3760
Yxy20.08930.32610.1725
Hunter Lab44.821172.8013-45.8459
CIE-Lab51.938075.4276-45.3410

#d033cb color RGB value is (208,51,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110011 11001011
Octal 320 63 313
Decimal 208 51 203
Hex D0 33 CB

RGB Percentages of Color #d033cb

%45.02
%11.04
%43.94

CMYK Percentages of Color #d033cb

%0
%75
%2
%18

Triadic Colors of #d033cb

#d033cb #cbd033 #33cbd0

Analogous Colors of #d033cb

#d033cb #d0337d #8733d0

Monochromatic Colors of #d033cb

#d033cb

Complementary Color

#d033cb #33d038

#d033cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d033cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d033cb Color CSS Codes

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

#d033cb Text Font Color

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

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


#d033cb Background Color

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

This div background color is #d033cb


#d033cb Border Color

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

This div border color is #d033cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d033cb


Comments

No comments written yet.

Please login to write comment.