Color Hex Logo

#d073cb Color Hex

#D073CB
(208,115,203)
0 Favorites   0 Comments

Color spaces of #d073cb

RGB 208115203
HSL0.840.500.63
HSV303°45°82°
CMYK 0.000.450.02   0.18
XYZ42.922729.983260.0250
Yxy29.98320.32290.2256
Hunter Lab54.756944.0975-26.6644
CIE-Lab61.639748.9527-30.1297

#d073cb color RGB value is (208,115,203).

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

The process color (four color CMYK) of #d073cb color hex is 0.00, 0.45, 0.02, 0.18. Web safe color of #d073cb is #cc66cc. Color #d073cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11001011
Octal 320 163 313
Decimal 208 115 203
Hex D0 73 CB

RGB Percentages of Color #d073cb

%39.54
%21.86
%38.59

CMYK Percentages of Color #d073cb

%0
%45
%2
%18

Triadic Colors of #d073cb

#d073cb #cbd073 #73cbd0

Analogous Colors of #d073cb

#d073cb #d0739d #a773d0

Monochromatic Colors of #d073cb

#d073cb

Complementary Color

#d073cb #73d078

#d073cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073cb Color CSS Codes

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

#d073cb Text Font Color

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

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


#d073cb Background Color

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

This div background color is #d073cb


#d073cb Border Color

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

This div border color is #d073cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073cb


Comments

No comments written yet.

Please login to write comment.