Color Hex Logo

#d70965 Color Hex

#D70965
(215,9,101)
0 Favorites   0 Comments

Color spaces of #d70965

RGB 2159101
HSL0.930.920.44
HSV333°96°84°
CMYK 0.000.960.53   0.16
XYZ30.471015.582013.7136
Yxy15.58200.50980.2607
Hunter Lab39.474068.70907.0340
CIE-Lab46.421273.14777.3707

#d70965 color RGB value is (215,9,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001001 01100101
Octal 327 11 145
Decimal 215 9 101
Hex D7 9 65

RGB Percentages of Color #d70965

%66.15
%2.77
%31.08

CMYK Percentages of Color #d70965

%0
%96
%53
%16

Triadic Colors of #d70965

#d70965 #65d709 #0965d7

Analogous Colors of #d70965

#d70965 #d71409 #d709cc

Monochromatic Colors of #d70965

#d70965

Complementary Color

#d70965 #09d77b

#d70965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70965 Color CSS Codes

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

#d70965 Text Font Color

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

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


#d70965 Background Color

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

This div background color is #d70965


#d70965 Border Color

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

This div border color is #d70965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70965


Comments

No comments written yet.

Please login to write comment.