Color Hex Logo

#d457da Color Hex

#D457DA
(212,87,218)
0 Favorites   0 Comments

Color spaces of #d457da

RGB 21287218
HSL0.830.640.60
HSV297°60°85°
CMYK 0.030.600.00   0.15
XYZ43.214525.875469.0465
Yxy25.87540.31280.1873
Hunter Lab50.867962.6249-44.8709
CIE-Lab57.918665.8594-44.3808

#d457da color RGB value is (212,87,218).

#d457da hex color red value is 212, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d457da hue: 0.83 , saturation: 0.64 and the lightness value of d457da is 0.60.

The process color (four color CMYK) of #d457da color hex is 0.03, 0.60, 0.00, 0.15. Web safe color of #d457da is #cc66cc. Color #d457da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010111 11011010
Octal 324 127 332
Decimal 212 87 218
Hex D4 57 DA

RGB Percentages of Color #d457da

%41.01
%16.83
%42.17

CMYK Percentages of Color #d457da

%3
%60
%0
%15

Triadic Colors of #d457da

#d457da #dad457 #57dad4

Analogous Colors of #d457da

#d457da #da579f #9357da

Monochromatic Colors of #d457da

#d457da

Complementary Color

#d457da #5dda57

#d457da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d457da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d457da Color CSS Codes

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

#d457da Text Font Color

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

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


#d457da Background Color

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

This div background color is #d457da


#d457da Border Color

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

This div border color is #d457da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d457da


Comments

No comments written yet.

Please login to write comment.