Color Hex Logo

#d5277d Color Hex

#D5277D
(213,39,125)
0 Favorites   0 Comments

Color spaces of #d5277d

RGB 21339125
HSL0.920.690.49
HSV330°82°84°
CMYK 0.000.820.41   0.16
XYZ31.867817.077821.0188
Yxy17.07780.45550.2441
Hunter Lab41.325365.3301-1.2283
CIE-Lab48.357969.9510-4.6260

#d5277d color RGB value is (213,39,125).

#d5277d hex color red value is 213, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d5277d hue: 0.92 , saturation: 0.69 and the lightness value of d5277d is 0.49.

The process color (four color CMYK) of #d5277d color hex is 0.00, 0.82, 0.41, 0.16. Web safe color of #d5277d is #cc3366. Color #d5277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 01111101
Octal 325 47 175
Decimal 213 39 125
Hex D5 27 7D

RGB Percentages of Color #d5277d

%56.50
%10.34
%33.16

CMYK Percentages of Color #d5277d

%0
%82
%41
%16

Triadic Colors of #d5277d

#d5277d #7dd527 #277dd5

Analogous Colors of #d5277d

#d5277d #d52827 #d527d4

Monochromatic Colors of #d5277d

#d5277d

Complementary Color

#d5277d #27d57f

#d5277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5277d Color CSS Codes

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

#d5277d Text Font Color

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

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


#d5277d Background Color

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

This div background color is #d5277d


#d5277d Border Color

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

This div border color is #d5277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5277d


Comments

No comments written yet.

Please login to write comment.