Color Hex Logo

#d073cd Color Hex

#D073CD
(208,115,205)
0 Favorites   0 Comments

Color spaces of #d073cd

RGB 208115205
HSL0.840.500.63
HSV302°45°82°
CMYK 0.000.450.01   0.18
XYZ43.162630.079161.2885
Yxy30.07910.32080.2236
Hunter Lab54.844444.5019-27.8653
CIE-Lab61.722449.3097-31.1298

#d073cd color RGB value is (208,115,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11001101
Octal 320 163 315
Decimal 208 115 205
Hex D0 73 CD

RGB Percentages of Color #d073cd

%39.39
%21.78
%38.83

CMYK Percentages of Color #d073cd

%0
%45
%1
%18

Triadic Colors of #d073cd

#d073cd #cdd073 #73cdd0

Analogous Colors of #d073cd

#d073cd #d0739f #a573d0

Monochromatic Colors of #d073cd

#d073cd

Complementary Color

#d073cd #73d076

#d073cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073cd Color CSS Codes

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

#d073cd Text Font Color

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

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


#d073cd Background Color

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

This div background color is #d073cd


#d073cd Border Color

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

This div border color is #d073cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073cd


Comments

No comments written yet.

Please login to write comment.