Color Hex Logo

#d489ea Color Hex

#D489EA
(212,137,234)
0 Favorites   0 Comments

Color spaces of #d489ea

RGB 212137234
HSL0.800.700.73
HSV286°41°92°
CMYK 0.090.410.00   0.08
XYZ50.948337.828982.4583
Yxy37.82890.29750.2209
Hunter Lab61.505240.2277-36.4348
CIE-Lab67.894344.5496-37.6552

#d489ea color RGB value is (212,137,234).

#d489ea hex color red value is 212, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d489ea hue: 0.80 , saturation: 0.70 and the lightness value of d489ea is 0.73.

The process color (four color CMYK) of #d489ea color hex is 0.09, 0.41, 0.00, 0.08. Web safe color of #d489ea is #cc99ff. Color #d489ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 11101010
Octal 324 211 352
Decimal 212 137 234
Hex D4 89 EA

RGB Percentages of Color #d489ea

%36.36
%23.50
%40.14

CMYK Percentages of Color #d489ea

%9
%41
%0
%8

Triadic Colors of #d489ea

#d489ea #ead489 #89ead4

Analogous Colors of #d489ea

#d489ea #ea89d0 #a489ea

Monochromatic Colors of #d489ea

#d489ea

Complementary Color

#d489ea #9fea89

#d489ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489ea Color CSS Codes

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

#d489ea Text Font Color

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

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


#d489ea Background Color

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

This div background color is #d489ea


#d489ea Border Color

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

This div border color is #d489ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489ea


Comments

No comments written yet.

Please login to write comment.