Color Hex Logo

#d93567 Color Hex

#D93567
(217,53,103)
0 Favorites   0 Comments

Color spaces of #d93567

RGB 21753103
HSL0.950.680.53
HSV342°76°85°
CMYK 0.000.760.53   0.15
XYZ32.336618.277214.6555
Yxy18.27720.49540.2800
Hunter Lab42.751860.19799.6014
CIE-Lab49.830665.298211.0043

#d93567 color RGB value is (217,53,103).

#d93567 hex color red value is 217, green value is 53 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d93567 hue: 0.95 , saturation: 0.68 and the lightness value of d93567 is 0.53.

The process color (four color CMYK) of #d93567 color hex is 0.00, 0.76, 0.53, 0.15. Web safe color of #d93567 is #cc3366. Color #d93567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 01100111
Octal 331 65 147
Decimal 217 53 103
Hex D9 35 67

RGB Percentages of Color #d93567

%58.18
%14.21
%27.61

CMYK Percentages of Color #d93567

%0
%76
%53
%15

Triadic Colors of #d93567

#d93567 #67d935 #3567d9

Analogous Colors of #d93567

#d93567 #d95535 #d935b9

Monochromatic Colors of #d93567

#d93567

Complementary Color

#d93567 #35d9a7

#d93567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93567 Color CSS Codes

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

#d93567 Text Font Color

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

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


#d93567 Background Color

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

This div background color is #d93567


#d93567 Border Color

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

This div border color is #d93567


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,53,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d93567; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d93567;
  -webkit-box-shadow: 1px 1px 3px 2px #d93567;
  box-shadow:         1px 1px 3px 2px #d93567; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,53,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93567


Comments

No comments written yet.

Please login to write comment.