Color Hex Logo

#d70395 Color Hex

#D70395
(215,3,149)
0 Favorites   0 Comments

Color spaces of #d70395

RGB 2153149
HSL0.890.970.43
HSV319°99°84°
CMYK 0.000.990.31   0.16
XYZ33.481716.682129.8891
Yxy16.68210.41820.2084
Hunter Lab40.843774.8491-14.7973
CIE-Lab47.857077.8778-19.8831

#d70395 color RGB value is (215,3,149).

#d70395 hex color red value is 215, green value is 3 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d70395 hue: 0.89 , saturation: 0.97 and the lightness value of d70395 is 0.43.

The process color (four color CMYK) of #d70395 color hex is 0.00, 0.99, 0.31, 0.16. Web safe color of #d70395 is #cc0099. Color #d70395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000011 10010101
Octal 327 3 225
Decimal 215 3 149
Hex D7 3 95

RGB Percentages of Color #d70395

%58.58
%0.82
%40.60

CMYK Percentages of Color #d70395

%0
%99
%31
%16

Triadic Colors of #d70395

#d70395 #95d703 #0395d7

Analogous Colors of #d70395

#d70395 #d7032b #af03d7

Monochromatic Colors of #d70395

#d70395

Complementary Color

#d70395 #03d745

#d70395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70395 Color CSS Codes

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

#d70395 Text Font Color

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

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


#d70395 Background Color

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

This div background color is #d70395


#d70395 Border Color

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

This div border color is #d70395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70395


Comments

No comments written yet.

Please login to write comment.