Color Hex Logo

#d70eef Color Hex

#D70EEF
(215,14,239)
0 Favorites   0 Comments

Color spaces of #d70eef

RGB 21514239
HSL0.820.890.50
HSV294°94°94°
CMYK 0.100.940.00   0.06
XYZ43.761420.993183.4070
Yxy20.99310.29540.1417
Hunter Lab45.818290.3051-75.8581
CIE-Lab52.941988.9256-64.1317

#d70eef color RGB value is (215,14,239).

#d70eef hex color red value is 215, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d70eef hue: 0.82 , saturation: 0.89 and the lightness value of d70eef is 0.50.

The process color (four color CMYK) of #d70eef color hex is 0.10, 0.94, 0.00, 0.06. Web safe color of #d70eef is #cc00ff. Color #d70eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001110 11101111
Octal 327 16 357
Decimal 215 14 239
Hex D7 E EF

RGB Percentages of Color #d70eef

%45.94
%2.99
%51.07

CMYK Percentages of Color #d70eef

%10
%94
%0
%6

Triadic Colors of #d70eef

#d70eef #efd70e #0eefd7

Analogous Colors of #d70eef

#d70eef #ef0e97 #670eef

Monochromatic Colors of #d70eef

#d70eef

Complementary Color

#d70eef #26ef0e

#d70eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70eef Color CSS Codes

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

#d70eef Text Font Color

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

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


#d70eef Background Color

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

This div background color is #d70eef


#d70eef Border Color

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

This div border color is #d70eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70eef


Comments

No comments written yet.

Please login to write comment.