Color Hex Logo

#d215ef Color Hex

#D215EF
(210,21,239)
0 Favorites   0 Comments

Color spaces of #d215ef

RGB 21021239
HSL0.810.870.51
HSV292°91°94°
CMYK 0.120.910.00   0.06
XYZ42.426520.470083.3763
Yxy20.47000.29010.1399
Hunter Lab45.243888.2084-77.5903
CIE-Lab52.364587.4482-65.1048

#d215ef color RGB value is (210,21,239).

#d215ef hex color red value is 210, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d215ef hue: 0.81 , saturation: 0.87 and the lightness value of d215ef is 0.51.

The process color (four color CMYK) of #d215ef color hex is 0.12, 0.91, 0.00, 0.06. Web safe color of #d215ef is #cc00ff. Color #d215ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010101 11101111
Octal 322 25 357
Decimal 210 21 239
Hex D2 15 EF

RGB Percentages of Color #d215ef

%44.68
%4.47
%50.85

CMYK Percentages of Color #d215ef

%12
%91
%0
%6

Triadic Colors of #d215ef

#d215ef #efd215 #15efd2

Analogous Colors of #d215ef

#d215ef #ef159f #6515ef

Monochromatic Colors of #d215ef

#d215ef

Complementary Color

#d215ef #32ef15

#d215ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d215ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d215ef Color CSS Codes

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

#d215ef Text Font Color

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

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


#d215ef Background Color

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

This div background color is #d215ef


#d215ef Border Color

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

This div border color is #d215ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d215ef


Comments

No comments written yet.

Please login to write comment.