Color Hex Logo

#d45abf Color Hex

#D45ABF
(212,90,191)
0 Favorites   0 Comments

Color spaces of #d45abf

RGB 21290191
HSL0.860.590.59
HSV310°58°83°
CMYK 0.000.580.10   0.17
XYZ40.211525.071052.0100
Yxy25.07100.34280.2137
Hunter Lab50.070955.7275-26.5364
CIE-Lab57.144560.0755-30.2295

#d45abf color RGB value is (212,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011010 10111111
Octal 324 132 277
Decimal 212 90 191
Hex D4 5A BF

RGB Percentages of Color #d45abf

%43.00
%18.26
%38.74

CMYK Percentages of Color #d45abf

%0
%58
%10
%17

Triadic Colors of #d45abf

#d45abf #bfd45a #5abfd4

Analogous Colors of #d45abf

#d45abf #d45a82 #ac5ad4

Monochromatic Colors of #d45abf

#d45abf

Complementary Color

#d45abf #5ad46f

#d45abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45abf Color CSS Codes

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

#d45abf Text Font Color

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

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


#d45abf Background Color

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

This div background color is #d45abf


#d45abf Border Color

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

This div border color is #d45abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,90,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45abf


Comments

No comments written yet.

Please login to write comment.