Color Hex Logo

#d93467 Color Hex

#D93467
(217,52,103)
0 Favorites   0 Comments

Color spaces of #d93467

RGB 21752103
HSL0.950.680.53
HSV341°76°85°
CMYK 0.000.760.53   0.15
XYZ32.291418.187014.6405
Yxy18.18700.49590.2793
Hunter Lab42.646260.52809.4980
CIE-Lab49.722165.603010.8522

#d93467 color RGB value is (217,52,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110100 01100111
Octal 331 64 147
Decimal 217 52 103
Hex D9 34 67

RGB Percentages of Color #d93467

%58.33
%13.98
%27.69

CMYK Percentages of Color #d93467

%0
%76
%53
%15

Triadic Colors of #d93467

#d93467 #67d934 #3467d9

Analogous Colors of #d93467

#d93467 #d95434 #d934ba

Monochromatic Colors of #d93467

#d93467

Complementary Color

#d93467 #34d9a6

#d93467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93467 Color CSS Codes

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

#d93467 Text Font Color

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

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


#d93467 Background Color

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

This div background color is #d93467


#d93467 Border Color

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

This div border color is #d93467


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,52,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 #d93467">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93467


Comments

No comments written yet.

Please login to write comment.