Color Hex Logo

#d512e8 Color Hex

#D512E8
(213,18,232)
0 Favorites   0 Comments

Color spaces of #d512e8

RGB 21318232
HSL0.820.860.49
HSV295°92°91°
CMYK 0.080.920.00   0.09
XYZ42.222420.404978.0571
Yxy20.40490.30010.1450
Hunter Lab45.171887.7947-70.8332
CIE-Lab52.291987.1472-61.2530

#d512e8 color RGB value is (213,18,232).

#d512e8 hex color red value is 213, green value is 18 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #d512e8 hue: 0.82 , saturation: 0.86 and the lightness value of d512e8 is 0.49.

The process color (four color CMYK) of #d512e8 color hex is 0.08, 0.92, 0.00, 0.09. Web safe color of #d512e8 is #cc00ff. Color #d512e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010010 11101000
Octal 325 22 350
Decimal 213 18 232
Hex D5 12 E8

RGB Percentages of Color #d512e8

%46.00
%3.89
%50.11

CMYK Percentages of Color #d512e8

%8
%92
%0
%9

Triadic Colors of #d512e8

#d512e8 #e8d512 #12e8d5

Analogous Colors of #d512e8

#d512e8 #e81290 #6a12e8

Monochromatic Colors of #d512e8

#d512e8

Complementary Color

#d512e8 #25e812

#d512e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d512e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d512e8 Color CSS Codes

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

#d512e8 Text Font Color

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

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


#d512e8 Background Color

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

This div background color is #d512e8


#d512e8 Border Color

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

This div border color is #d512e8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,18,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d512e8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d512e8;
  -webkit-box-shadow: 1px 1px 3px 2px #d512e8;
  box-shadow:         1px 1px 3px 2px #d512e8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,18,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d512e8


Comments

No comments written yet.

Please login to write comment.