Color Hex Logo

#d51950 Color Hex

#D51950
(213,25,80)
0 Favorites   0 Comments

Color spaces of #d51950

RGB 2132580
HSL0.950.790.47
HSV342°88°84°
CMYK 0.000.880.62   0.16
XYZ29.236215.42069.0250
Yxy15.42060.54460.2873
Hunter Lab39.269164.174113.8620
CIE-Lab46.205069.393620.0481

#d51950 color RGB value is (213,25,80).

#d51950 hex color red value is 213, green value is 25 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d51950 hue: 0.95 , saturation: 0.79 and the lightness value of d51950 is 0.47.

The process color (four color CMYK) of #d51950 color hex is 0.00, 0.88, 0.62, 0.16. Web safe color of #d51950 is #cc0066. Color #d51950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011001 01010000
Octal 325 31 120
Decimal 213 25 80
Hex D5 19 50

RGB Percentages of Color #d51950

%66.98
%7.86
%25.16

CMYK Percentages of Color #d51950

%0
%88
%62
%16

Triadic Colors of #d51950

#d51950 #50d519 #1950d5

Analogous Colors of #d51950

#d51950 #d54019 #d519ae

Monochromatic Colors of #d51950

#d51950

Complementary Color

#d51950 #19d59e

#d51950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51950 Color CSS Codes

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

#d51950 Text Font Color

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

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


#d51950 Background Color

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

This div background color is #d51950


#d51950 Border Color

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

This div border color is #d51950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51950


Comments

No comments written yet.

Please login to write comment.