Color Hex Logo

#d5377b Color Hex

#D5377B
(213,55,123)
0 Favorites   0 Comments

Color spaces of #d5377b

RGB 21355123
HSL0.930.650.53
HSV334°74°84°
CMYK 0.000.740.42   0.16
XYZ32.381918.308620.5661
Yxy18.30860.45440.2569
Hunter Lab42.788560.20691.4545
CIE-Lab49.868365.2987-1.1861

#d5377b color RGB value is (213,55,123).

#d5377b hex color red value is 213, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d5377b hue: 0.93 , saturation: 0.65 and the lightness value of d5377b is 0.53.

The process color (four color CMYK) of #d5377b color hex is 0.00, 0.74, 0.42, 0.16. Web safe color of #d5377b is #cc3366. Color #d5377b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 01111011
Octal 325 67 173
Decimal 213 55 123
Hex D5 37 7B

RGB Percentages of Color #d5377b

%54.48
%14.07
%31.46

CMYK Percentages of Color #d5377b

%0
%74
%42
%16

Triadic Colors of #d5377b

#d5377b #7bd537 #377bd5

Analogous Colors of #d5377b

#d5377b #d54237 #d537ca

Monochromatic Colors of #d5377b

#d5377b

Complementary Color

#d5377b #37d591

#d5377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5377b Color CSS Codes

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

#d5377b Text Font Color

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

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


#d5377b Background Color

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

This div background color is #d5377b


#d5377b Border Color

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

This div border color is #d5377b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5377b


Comments

No comments written yet.

Please login to write comment.