Color Hex Logo

#d601ef Color Hex

#D601EF
(214,1,239)
0 Favorites   0 Comments

Color spaces of #d601ef

RGB 2141239
HSL0.820.990.47
HSV294°100°94°
CMYK 0.101.000.00   0.06
XYZ43.322420.549883.3445
Yxy20.54980.29430.1396
Hunter Lab45.331991.2566-77.2747
CIE-Lab52.453289.7368-64.9286

#d601ef color RGB value is (214,1,239).

#d601ef hex color red value is 214, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d601ef hue: 0.82 , saturation: 0.99 and the lightness value of d601ef is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000001 11101111
Octal 326 1 357
Decimal 214 1 239
Hex D6 1 EF

RGB Percentages of Color #d601ef

%47.14
%0.22
%52.64

CMYK Percentages of Color #d601ef

%10
%100
%0
%6

Triadic Colors of #d601ef

#d601ef #efd601 #01efd6

Analogous Colors of #d601ef

#d601ef #ef0191 #5f01ef

Monochromatic Colors of #d601ef

#d601ef

Complementary Color

#d601ef #1aef01

#d601ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d601ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d601ef Color CSS Codes

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

#d601ef Text Font Color

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

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


#d601ef Background Color

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

This div background color is #d601ef


#d601ef Border Color

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

This div border color is #d601ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d601ef


Comments

No comments written yet.

Please login to write comment.