Color Hex Logo

#d50154 Color Hex

#D50154
(213,1,84)
0 Favorites   0 Comments

Color spaces of #d50154

RGB 213184
HSL0.930.990.42
HSV337°100°84°
CMYK 0.001.000.61   0.16
XYZ29.051714.80799.7145
Yxy14.80790.54230.2764
Hunter Lab38.481067.418811.9690
CIE-Lab45.370072.281316.4420

#d50154 color RGB value is (213,1,84).

#d50154 hex color red value is 213, green value is 1 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d50154 hue: 0.93 , saturation: 0.99 and the lightness value of d50154 is 0.42.

The process color (four color CMYK) of #d50154 color hex is 0.00, 1.00, 0.61, 0.16. Web safe color of #d50154 is #cc0066. Color #d50154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000001 01010100
Octal 325 1 124
Decimal 213 1 84
Hex D5 1 54

RGB Percentages of Color #d50154

%71.48
%0.34
%28.19

CMYK Percentages of Color #d50154

%0
%100
%61
%16

Triadic Colors of #d50154

#d50154 #54d501 #0154d5

Analogous Colors of #d50154

#d50154 #d51801 #d501be

Monochromatic Colors of #d50154

#d50154

Complementary Color

#d50154 #01d582

#d50154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50154 Color CSS Codes

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

#d50154 Text Font Color

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

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


#d50154 Background Color

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

This div background color is #d50154


#d50154 Border Color

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

This div border color is #d50154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50154


Comments

No comments written yet.

Please login to write comment.