Color Hex Logo

#d54abb Color Hex

#D54ABB
(213,74,187)
0 Favorites   0 Comments

Color spaces of #d54abb

RGB 21374187
HSL0.860.620.56
HSV311°65°84°
CMYK 0.000.650.12   0.16
XYZ38.859022.631549.3339
Yxy22.63150.35060.2042
Hunter Lab47.572662.5532-28.1843
CIE-Lab54.690766.3959-31.7314

#d54abb color RGB value is (213,74,187).

#d54abb hex color red value is 213, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d54abb hue: 0.86 , saturation: 0.62 and the lightness value of d54abb is 0.56.

The process color (four color CMYK) of #d54abb color hex is 0.00, 0.65, 0.12, 0.16. Web safe color of #d54abb is #cc33cc. Color #d54abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001010 10111011
Octal 325 112 273
Decimal 213 74 187
Hex D5 4A BB

RGB Percentages of Color #d54abb

%44.94
%15.61
%39.45

CMYK Percentages of Color #d54abb

%0
%65
%12
%16

Triadic Colors of #d54abb

#d54abb #bbd54a #4abbd5

Analogous Colors of #d54abb

#d54abb #d54a76 #aa4ad5

Monochromatic Colors of #d54abb

#d54abb

Complementary Color

#d54abb #4ad564

#d54abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54abb Color CSS Codes

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

#d54abb Text Font Color

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

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


#d54abb Background Color

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

This div background color is #d54abb


#d54abb Border Color

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

This div border color is #d54abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54abb


Comments

No comments written yet.

Please login to write comment.