Color Hex Logo

#d07390 Color Hex

#D07390
(208,115,144)
0 Favorites   0 Comments

Color spaces of #d07390

RGB 208115144
HSL0.950.500.63
HSV341°45°82°
CMYK 0.000.450.31   0.18
XYZ37.177227.685029.7698
Yxy27.68500.39290.2926
Hunter Lab52.616534.04363.2860
CIE-Lab59.603139.78910.5420

#d07390 color RGB value is (208,115,144).

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

The process color (four color CMYK) of #d07390 color hex is 0.00, 0.45, 0.31, 0.18. Web safe color of #d07390 is #cc6699. Color #d07390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 10010000
Octal 320 163 220
Decimal 208 115 144
Hex D0 73 90

RGB Percentages of Color #d07390

%44.54
%24.63
%30.84

CMYK Percentages of Color #d07390

%0
%45
%31
%18

Triadic Colors of #d07390

#d07390 #90d073 #7390d0

Analogous Colors of #d07390

#d07390 #d08573 #d073bf

Monochromatic Colors of #d07390

#d07390

Complementary Color

#d07390 #73d0b3

#d07390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07390 Color CSS Codes

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

#d07390 Text Font Color

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

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


#d07390 Background Color

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

This div background color is #d07390


#d07390 Border Color

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

This div border color is #d07390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07390


Comments

No comments written yet.

Please login to write comment.