Color Hex Logo

#d70cef Color Hex

#D70CEF
(215,12,239)
0 Favorites   0 Comments

Color spaces of #d70cef

RGB 21512239
HSL0.820.900.49
HSV294°95°94°
CMYK 0.100.950.00   0.06
XYZ43.735820.942083.3984
Yxy20.94200.29540.1414
Hunter Lab45.762490.5107-76.0176
CIE-Lab52.886089.0916-64.2219

#d70cef color RGB value is (215,12,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001100 11101111
Octal 327 14 357
Decimal 215 12 239
Hex D7 C EF

RGB Percentages of Color #d70cef

%46.14
%2.58
%51.29

CMYK Percentages of Color #d70cef

%10
%95
%0
%6

Triadic Colors of #d70cef

#d70cef #efd70c #0cefd7

Analogous Colors of #d70cef

#d70cef #ef0c96 #660cef

Monochromatic Colors of #d70cef

#d70cef

Complementary Color

#d70cef #24ef0c

#d70cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70cef Color CSS Codes

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

#d70cef Text Font Color

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

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


#d70cef Background Color

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

This div background color is #d70cef


#d70cef Border Color

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

This div border color is #d70cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70cef


Comments

No comments written yet.

Please login to write comment.