Color Hex Logo

#d5295d Color Hex

#D5295D
(213,41,93)
0 Favorites   0 Comments

Color spaces of #d5295d

RGB 2134193
HSL0.950.680.50
HSV342°81°84°
CMYK 0.000.810.56   0.16
XYZ30.209316.522311.9528
Yxy16.52230.51480.2815
Hunter Lab40.647661.527811.0186
CIE-Lab47.652466.858513.9821

#d5295d color RGB value is (213,41,93).

#d5295d hex color red value is 213, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d5295d hue: 0.95 , saturation: 0.68 and the lightness value of d5295d is 0.50.

The process color (four color CMYK) of #d5295d color hex is 0.00, 0.81, 0.56, 0.16. Web safe color of #d5295d is #cc3366. Color #d5295d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101001 01011101
Octal 325 51 135
Decimal 213 41 93
Hex D5 29 5D

RGB Percentages of Color #d5295d

%61.38
%11.82
%26.80

CMYK Percentages of Color #d5295d

%0
%81
%56
%16

Triadic Colors of #d5295d

#d5295d #5dd529 #295dd5

Analogous Colors of #d5295d

#d5295d #d54b29 #d529b3

Monochromatic Colors of #d5295d

#d5295d

Complementary Color

#d5295d #29d5a1

#d5295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5295d Color CSS Codes

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

#d5295d Text Font Color

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

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


#d5295d Background Color

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

This div background color is #d5295d


#d5295d Border Color

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

This div border color is #d5295d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,41,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 #d5295d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5295d


Comments

No comments written yet.

Please login to write comment.