Color Hex Logo

#d370ec Color Hex

#D370EC
(211,112,236)
0 Favorites   0 Comments

Color spaces of #d370ec

RGB 211112236
HSL0.800.770.68
HSV288°53°93°
CMYK 0.110.530.00   0.07
XYZ47.798531.493482.9164
Yxy31.49340.29470.1942
Hunter Lab56.119053.8265-48.3183
CIE-Lab62.922057.4334-46.5652

#d370ec color RGB value is (211,112,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 11101100
Octal 323 160 354
Decimal 211 112 236
Hex D3 70 EC

RGB Percentages of Color #d370ec

%37.75
%20.04
%42.22

CMYK Percentages of Color #d370ec

%11
%53
%0
%7

Triadic Colors of #d370ec

#d370ec #ecd370 #70ecd3

Analogous Colors of #d370ec

#d370ec #ec70c7 #9570ec

Monochromatic Colors of #d370ec

#d370ec

Complementary Color

#d370ec #89ec70

#d370ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d370ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d370ec Color CSS Codes

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

#d370ec Text Font Color

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

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


#d370ec Background Color

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

This div background color is #d370ec


#d370ec Border Color

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

This div border color is #d370ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d370ec


Comments

No comments written yet.

Please login to write comment.