Color Hex Logo

#d70955 Color Hex

#D70955
(215,9,85)
0 Favorites   0 Comments

Color spaces of #d70955

RGB 215985
HSL0.940.920.44
HSV338°96°84°
CMYK 0.000.960.60   0.16
XYZ29.761715.29839.9786
Yxy15.29830.54070.2780
Hunter Lab39.113067.375512.2529
CIE-Lab46.040172.114516.7947

#d70955 color RGB value is (215,9,85).

#d70955 hex color red value is 215, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d70955 hue: 0.94 , saturation: 0.92 and the lightness value of d70955 is 0.44.

The process color (four color CMYK) of #d70955 color hex is 0.00, 0.96, 0.60, 0.16. Web safe color of #d70955 is #cc0066. Color #d70955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001001 01010101
Octal 327 11 125
Decimal 215 9 85
Hex D7 9 55

RGB Percentages of Color #d70955

%69.58
%2.91
%27.51

CMYK Percentages of Color #d70955

%0
%96
%60
%16

Triadic Colors of #d70955

#d70955 #55d709 #0955d7

Analogous Colors of #d70955

#d70955 #d72409 #d709bc

Monochromatic Colors of #d70955

#d70955

Complementary Color

#d70955 #09d78b

#d70955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70955 Color CSS Codes

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

#d70955 Text Font Color

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

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


#d70955 Background Color

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

This div background color is #d70955


#d70955 Border Color

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

This div border color is #d70955


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,9,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d70955; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d70955;
  -webkit-box-shadow: 1px 1px 3px 2px #d70955;
  box-shadow:         1px 1px 3px 2px #d70955; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,9,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70955


Comments

No comments written yet.

Please login to write comment.