Color Hex Logo

#d496ea Color Hex

#D496EA
(212,150,234)
0 Favorites   0 Comments

Color spaces of #d496ea

RGB 212150234
HSL0.790.670.75
HSV284°36°92°
CMYK 0.090.360.00   0.08
XYZ52.909041.750383.1119
Yxy41.75030.29760.2349
Hunter Lab64.614533.0879-31.0330
CIE-Lab70.698437.6078-33.3010

#d496ea color RGB value is (212,150,234).

#d496ea hex color red value is 212, green value is 150 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d496ea hue: 0.79 , saturation: 0.67 and the lightness value of d496ea is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010110 11101010
Octal 324 226 352
Decimal 212 150 234
Hex D4 96 EA

RGB Percentages of Color #d496ea

%35.57
%25.17
%39.26

CMYK Percentages of Color #d496ea

%9
%36
%0
%8

Triadic Colors of #d496ea

#d496ea #ead496 #96ead4

Analogous Colors of #d496ea

#d496ea #ea96d6 #aa96ea

Monochromatic Colors of #d496ea

#d496ea

Complementary Color

#d496ea #acea96

#d496ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d496ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d496ea Color CSS Codes

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

#d496ea Text Font Color

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

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


#d496ea Background Color

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

This div background color is #d496ea


#d496ea Border Color

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

This div border color is #d496ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d496ea


Comments

No comments written yet.

Please login to write comment.