Color Hex Logo

#d901ef Color Hex

#D901EF
(217,1,239)
0 Favorites   0 Comments

Color spaces of #d901ef

RGB 2171239
HSL0.820.990.47
HSV294°100°94°
CMYK 0.091.000.00   0.06
XYZ44.206121.005483.3859
Yxy21.00540.29750.1414
Hunter Lab45.831691.9636-75.7898
CIE-Lab52.955490.1710-64.0930

#d901ef color RGB value is (217,1,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000001 11101111
Octal 331 1 357
Decimal 217 1 239
Hex D9 1 EF

RGB Percentages of Color #d901ef

%47.48
%0.22
%52.30

CMYK Percentages of Color #d901ef

%9
%100
%0
%6

Triadic Colors of #d901ef

#d901ef #efd901 #01efd9

Analogous Colors of #d901ef

#d901ef #ef018e #6201ef

Monochromatic Colors of #d901ef

#d901ef

Complementary Color

#d901ef #17ef01

#d901ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d901ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d901ef Color CSS Codes

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

#d901ef Text Font Color

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

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


#d901ef Background Color

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

This div background color is #d901ef


#d901ef Border Color

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

This div border color is #d901ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d901ef


Comments

No comments written yet.

Please login to write comment.