Color Hex Logo

#d5276c Color Hex

#D5276C
(213,39,108)
0 Favorites   0 Comments

Color spaces of #d5276c

RGB 21339108
HSL0.930.690.49
HSV336°82°84°
CMYK 0.000.820.49   0.16
XYZ30.872916.679915.7797
Yxy16.67990.48750.2634
Hunter Lab40.841063.46145.6809
CIE-Lab47.854268.46935.0401

#d5276c color RGB value is (213,39,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 01101100
Octal 325 47 154
Decimal 213 39 108
Hex D5 27 6C

RGB Percentages of Color #d5276c

%59.17
%10.83
%30.00

CMYK Percentages of Color #d5276c

%0
%82
%49
%16

Triadic Colors of #d5276c

#d5276c #6cd527 #276cd5

Analogous Colors of #d5276c

#d5276c #d53927 #d527c3

Monochromatic Colors of #d5276c

#d5276c

Complementary Color

#d5276c #27d590

#d5276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5276c Color CSS Codes

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

#d5276c Text Font Color

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

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


#d5276c Background Color

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

This div background color is #d5276c


#d5276c Border Color

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

This div border color is #d5276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5276c


Comments

No comments written yet.

Please login to write comment.