Color Hex Logo

#d45abb Color Hex

#D45ABB
(212,90,187)
0 Favorites   0 Comments

Color spaces of #d45abb

RGB 21290187
HSL0.870.590.59
HSV312°58°83°
CMYK 0.000.580.12   0.17
XYZ39.777224.897249.7229
Yxy24.89720.34770.2176
Hunter Lab49.897154.9776-24.1550
CIE-Lab56.975159.4495-28.1955

#d45abb color RGB value is (212,90,187).

#d45abb hex color red value is 212, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d45abb hue: 0.87 , saturation: 0.59 and the lightness value of d45abb is 0.59.

The process color (four color CMYK) of #d45abb color hex is 0.00, 0.58, 0.12, 0.17. Web safe color of #d45abb is #cc66cc. Color #d45abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011010 10111011
Octal 324 132 273
Decimal 212 90 187
Hex D4 5A BB

RGB Percentages of Color #d45abb

%43.35
%18.40
%38.24

CMYK Percentages of Color #d45abb

%0
%58
%12
%17

Triadic Colors of #d45abb

#d45abb #bbd45a #5abbd4

Analogous Colors of #d45abb

#d45abb #d45a7e #b05ad4

Monochromatic Colors of #d45abb

#d45abb

Complementary Color

#d45abb #5ad473

#d45abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45abb Color CSS Codes

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

#d45abb Text Font Color

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

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


#d45abb Background Color

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

This div background color is #d45abb


#d45abb Border Color

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

This div border color is #d45abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45abb


Comments

No comments written yet.

Please login to write comment.