Color Hex Logo

#d50247 Color Hex

#D50247
(213,2,71)
0 Favorites   0 Comments

Color spaces of #d50247

RGB 213271
HSL0.950.980.42
HSV340°99°84°
CMYK 0.000.990.67   0.16
XYZ28.599614.64457.2805
Yxy14.64450.56610.2898
Hunter Lab38.268166.432315.5078
CIE-Lab45.143471.501624.2431

#d50247 color RGB value is (213,2,71).

#d50247 hex color red value is 213, green value is 2 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d50247 hue: 0.95 , saturation: 0.98 and the lightness value of d50247 is 0.42.

The process color (four color CMYK) of #d50247 color hex is 0.00, 0.99, 0.67, 0.16. Web safe color of #d50247 is #cc0033. Color #d50247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000010 01000111
Octal 325 2 107
Decimal 213 2 71
Hex D5 2 47

RGB Percentages of Color #d50247

%74.48
%0.70
%24.83

CMYK Percentages of Color #d50247

%0
%99
%67
%16

Triadic Colors of #d50247

#d50247 #47d502 #0247d5

Analogous Colors of #d50247

#d50247 #d52602 #d502b1

Monochromatic Colors of #d50247

#d50247

Complementary Color

#d50247 #02d590

#d50247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50247 Color CSS Codes

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

#d50247 Text Font Color

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

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


#d50247 Background Color

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

This div background color is #d50247


#d50247 Border Color

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

This div border color is #d50247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50247


Comments

No comments written yet.

Please login to write comment.