Color Hex Logo

#d5277e Color Hex

#D5277E
(213,39,126)
0 Favorites   0 Comments

Color spaces of #d5277e

RGB 21339126
HSL0.920.690.49
HSV330°82°84°
CMYK 0.000.820.41   0.16
XYZ31.932017.103521.3570
Yxy17.10350.45360.2430
Hunter Lab41.356465.4494-1.6687
CIE-Lab48.390270.0450-5.1871

#d5277e color RGB value is (213,39,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 01111110
Octal 325 47 176
Decimal 213 39 126
Hex D5 27 7E

RGB Percentages of Color #d5277e

%56.35
%10.32
%33.33

CMYK Percentages of Color #d5277e

%0
%82
%41
%16

Triadic Colors of #d5277e

#d5277e #7ed527 #277ed5

Analogous Colors of #d5277e

#d5277e #d52727 #d527d5

Monochromatic Colors of #d5277e

#d5277e

Complementary Color

#d5277e #27d57e

#d5277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5277e Color CSS Codes

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

#d5277e Text Font Color

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

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


#d5277e Background Color

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

This div background color is #d5277e


#d5277e Border Color

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

This div border color is #d5277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5277e


Comments

No comments written yet.

Please login to write comment.