Color Hex Logo

#d470ec Color Hex

#D470EC
(212,112,236)
0 Favorites   0 Comments

Color spaces of #d470ec

RGB 212112236
HSL0.800.770.68
HSV288°53°93°
CMYK 0.100.530.00   0.07
XYZ48.085931.641582.9299
Yxy31.64150.29560.1945
Hunter Lab56.250854.1516-48.0350
CIE-Lab63.045557.6963-46.3622

#d470ec color RGB value is (212,112,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110000 11101100
Octal 324 160 354
Decimal 212 112 236
Hex D4 70 EC

RGB Percentages of Color #d470ec

%37.86
%20.00
%42.14

CMYK Percentages of Color #d470ec

%10
%53
%0
%7

Triadic Colors of #d470ec

#d470ec #ecd470 #70ecd4

Analogous Colors of #d470ec

#d470ec #ec70c6 #9670ec

Monochromatic Colors of #d470ec

#d470ec

Complementary Color

#d470ec #88ec70

#d470ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d470ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d470ec Color CSS Codes

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

#d470ec Text Font Color

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

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


#d470ec Background Color

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

This div background color is #d470ec


#d470ec Border Color

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

This div border color is #d470ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d470ec


Comments

No comments written yet.

Please login to write comment.