Color Hex Logo

#d7307d Color Hex

#D7307D
(215,48,125)
0 Favorites   0 Comments

Color spaces of #d7307d

RGB 21548125
HSL0.920.680.52
HSV332°78°84°
CMYK 0.000.780.42   0.16
XYZ32.783018.041621.1566
Yxy18.04160.45540.2506
Hunter Lab42.475463.43640.2010
CIE-Lab49.546568.1215-2.8288

#d7307d color RGB value is (215,48,125).

#d7307d hex color red value is 215, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d7307d hue: 0.92 , saturation: 0.68 and the lightness value of d7307d is 0.52.

The process color (four color CMYK) of #d7307d color hex is 0.00, 0.78, 0.42, 0.16. Web safe color of #d7307d is #cc3366. Color #d7307d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 01111101
Octal 327 60 175
Decimal 215 48 125
Hex D7 30 7D

RGB Percentages of Color #d7307d

%55.41
%12.37
%32.22

CMYK Percentages of Color #d7307d

%0
%78
%42
%16

Triadic Colors of #d7307d

#d7307d #7dd730 #307dd7

Analogous Colors of #d7307d

#d7307d #d73730 #d730d1

Monochromatic Colors of #d7307d

#d7307d

Complementary Color

#d7307d #30d78a

#d7307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7307d Color CSS Codes

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

#d7307d Text Font Color

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

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


#d7307d Background Color

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

This div background color is #d7307d


#d7307d Border Color

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

This div border color is #d7307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7307d


Comments

No comments written yet.

Please login to write comment.