Color Hex Logo

#d492ee Color Hex

#D492EE
(212,146,238)
0 Favorites   0 Comments

Color spaces of #d492ee

RGB 212146238
HSL0.790.730.75
HSV283°39°93°
CMYK 0.110.390.00   0.07
XYZ52.862940.727985.9640
Yxy40.72790.29440.2268
Hunter Lab63.818436.1752-35.1913
CIE-Lab69.984940.5640-36.5986

#d492ee color RGB value is (212,146,238).

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

The process color (four color CMYK) of #d492ee color hex is 0.11, 0.39, 0.00, 0.07. Web safe color of #d492ee is #cc99ff. Color #d492ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 11101110
Octal 324 222 356
Decimal 212 146 238
Hex D4 92 EE

RGB Percentages of Color #d492ee

%35.57
%24.50
%39.93

CMYK Percentages of Color #d492ee

%11
%39
%0
%7

Triadic Colors of #d492ee

#d492ee #eed492 #92eed4

Analogous Colors of #d492ee

#d492ee #ee92da #a692ee

Monochromatic Colors of #d492ee

#d492ee

Complementary Color

#d492ee #acee92

#d492ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d492ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d492ee Color CSS Codes

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

#d492ee Text Font Color

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

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


#d492ee Background Color

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

This div background color is #d492ee


#d492ee Border Color

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

This div border color is #d492ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d492ee


Comments

No comments written yet.

Please login to write comment.