Color Hex Logo

#d5277c Color Hex

#D5277C
(213,39,124)
0 Favorites   0 Comments

Color spaces of #d5277c

RGB 21339124
HSL0.920.690.49
HSV331°82°84°
CMYK 0.000.820.42   0.16
XYZ31.804217.052420.6840
Yxy17.05240.45730.2452
Hunter Lab41.294665.2115-0.7915
CIE-Lab48.326069.8574-4.0641

#d5277c color RGB value is (213,39,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 01111100
Octal 325 47 174
Decimal 213 39 124
Hex D5 27 7C

RGB Percentages of Color #d5277c

%56.65
%10.37
%32.98

CMYK Percentages of Color #d5277c

%0
%82
%42
%16

Triadic Colors of #d5277c

#d5277c #7cd527 #277cd5

Analogous Colors of #d5277c

#d5277c #d52927 #d527d3

Monochromatic Colors of #d5277c

#d5277c

Complementary Color

#d5277c #27d580

#d5277c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5277c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5277c Color CSS Codes

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

#d5277c Text Font Color

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

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


#d5277c Background Color

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

This div background color is #d5277c


#d5277c Border Color

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

This div border color is #d5277c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,39,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5277c


Comments

No comments written yet.

Please login to write comment.