Color Hex Logo

#d72168 Color Hex

#D72168
(215,33,104)
0 Favorites   0 Comments

Color spaces of #d72168

RGB 21533104
HSL0.930.730.49
HSV337°85°84°
CMYK 0.000.850.52   0.16
XYZ31.066916.534314.6507
Yxy16.53430.49910.2656
Hunter Lab40.662465.21857.1014
CIE-Lab47.667869.99097.2865

#d72168 color RGB value is (215,33,104).

#d72168 hex color red value is 215, green value is 33 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d72168 hue: 0.93 , saturation: 0.73 and the lightness value of d72168 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100001 01101000
Octal 327 41 150
Decimal 215 33 104
Hex D7 21 68

RGB Percentages of Color #d72168

%61.08
%9.38
%29.55

CMYK Percentages of Color #d72168

%0
%85
%52
%16

Triadic Colors of #d72168

#d72168 #68d721 #2168d7

Analogous Colors of #d72168

#d72168 #d73521 #d721c3

Monochromatic Colors of #d72168

#d72168

Complementary Color

#d72168 #21d790

#d72168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72168 Color CSS Codes

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

#d72168 Text Font Color

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

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


#d72168 Background Color

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

This div background color is #d72168


#d72168 Border Color

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

This div border color is #d72168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72168


Comments

No comments written yet.

Please login to write comment.