Color Hex Logo

#d5015d Color Hex

#D5015D
(213,1,93)
0 Favorites   0 Comments

Color spaces of #d5015d

RGB 213193
HSL0.930.990.42
HSV334°100°84°
CMYK 0.001.000.56   0.16
XYZ29.427214.958211.6922
Yxy14.95820.52480.2667
Hunter Lab38.675868.13229.1490
CIE-Lab45.576972.834211.1047

#d5015d color RGB value is (213,1,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000001 01011101
Octal 325 1 135
Decimal 213 1 93
Hex D5 1 5D

RGB Percentages of Color #d5015d

%69.38
%0.33
%30.29

CMYK Percentages of Color #d5015d

%0
%100
%56
%16

Triadic Colors of #d5015d

#d5015d #5dd501 #015dd5

Analogous Colors of #d5015d

#d5015d #d50f01 #d501c7

Monochromatic Colors of #d5015d

#d5015d

Complementary Color

#d5015d #01d579

#d5015d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5015d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5015d Color CSS Codes

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

#d5015d Text Font Color

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

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


#d5015d Background Color

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

This div background color is #d5015d


#d5015d Border Color

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

This div border color is #d5015d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5015d


Comments

No comments written yet.

Please login to write comment.