Color Hex Logo

#d370ef Color Hex

#D370EF
(211,112,239)
0 Favorites   0 Comments

Color spaces of #d370ef

RGB 211112239
HSL0.800.800.69
HSV287°53°94°
CMYK 0.120.530.00   0.06
XYZ48.238131.669285.2317
Yxy31.66920.29210.1918
Hunter Lab56.275454.5246-50.4047
CIE-Lab63.068558.0168-47.9969

#d370ef color RGB value is (211,112,239).

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

The process color (four color CMYK) of #d370ef color hex is 0.12, 0.53, 0.00, 0.06. Web safe color of #d370ef is #cc66ff. Color #d370ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 11101111
Octal 323 160 357
Decimal 211 112 239
Hex D3 70 EF

RGB Percentages of Color #d370ef

%37.54
%19.93
%42.53

CMYK Percentages of Color #d370ef

%12
%53
%0
%6

Triadic Colors of #d370ef

#d370ef #efd370 #70efd3

Analogous Colors of #d370ef

#d370ef #ef70cc #9470ef

Monochromatic Colors of #d370ef

#d370ef

Complementary Color

#d370ef #8cef70

#d370ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d370ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d370ef Color CSS Codes

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

#d370ef Text Font Color

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

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


#d370ef Background Color

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

This div background color is #d370ef


#d370ef Border Color

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

This div border color is #d370ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,112,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d370ef


Comments

No comments written yet.

Please login to write comment.