Color Hex Logo

#d462ec Color Hex

#D462EC
(212,98,236)
0 Favorites   0 Comments

Color spaces of #d462ec

RGB 21298236
HSL0.800.780.65
HSV290°58°93°
CMYK 0.100.580.00   0.07
XYZ46.659428.788582.4544
Yxy28.78850.29550.1823
Hunter Lab53.654961.3311-53.5557
CIE-Lab60.594564.2815-50.2382

#d462ec color RGB value is (212,98,236).

#d462ec hex color red value is 212, green value is 98 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d462ec hue: 0.80 , saturation: 0.78 and the lightness value of d462ec is 0.65.

The process color (four color CMYK) of #d462ec color hex is 0.10, 0.58, 0.00, 0.07. Web safe color of #d462ec is #cc66ff. Color #d462ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100010 11101100
Octal 324 142 354
Decimal 212 98 236
Hex D4 62 EC

RGB Percentages of Color #d462ec

%38.83
%17.95
%43.22

CMYK Percentages of Color #d462ec

%10
%58
%0
%7

Triadic Colors of #d462ec

#d462ec #ecd462 #62ecd4

Analogous Colors of #d462ec

#d462ec #ec62bf #8f62ec

Monochromatic Colors of #d462ec

#d462ec

Complementary Color

#d462ec #7aec62

#d462ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d462ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d462ec Color CSS Codes

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

#d462ec Text Font Color

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

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


#d462ec Background Color

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

This div background color is #d462ec


#d462ec Border Color

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

This div border color is #d462ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d462ec


Comments

No comments written yet.

Please login to write comment.