Color Hex Logo

#d7206b Color Hex

#D7206B
(215,32,107)
0 Favorites   0 Comments

Color spaces of #d7206b

RGB 21532107
HSL0.930.740.48
HSV335°85°84°
CMYK 0.000.850.50   0.16
XYZ31.194716.541615.4586
Yxy16.54160.49360.2618
Hunter Lab40.671465.73365.9347
CIE-Lab47.677270.42225.4524

#d7206b color RGB value is (215,32,107).

#d7206b hex color red value is 215, green value is 32 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d7206b hue: 0.93 , saturation: 0.74 and the lightness value of d7206b is 0.48.

The process color (four color CMYK) of #d7206b color hex is 0.00, 0.85, 0.50, 0.16. Web safe color of #d7206b is #cc3366. Color #d7206b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100000 01101011
Octal 327 40 153
Decimal 215 32 107
Hex D7 20 6B

RGB Percentages of Color #d7206b

%60.73
%9.04
%30.23

CMYK Percentages of Color #d7206b

%0
%85
%50
%16

Triadic Colors of #d7206b

#d7206b #6bd720 #206bd7

Analogous Colors of #d7206b

#d7206b #d73120 #d720c7

Monochromatic Colors of #d7206b

#d7206b

Complementary Color

#d7206b #20d78c

#d7206b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7206b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7206b Color CSS Codes

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

#d7206b Text Font Color

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

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


#d7206b Background Color

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

This div background color is #d7206b


#d7206b Border Color

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

This div border color is #d7206b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7206b


Comments

No comments written yet.

Please login to write comment.