Color Hex Logo

#d701fc Color Hex

#D701FC
(215,1,252)
0 Favorites   0 Comments

Color spaces of #d701fc

RGB 2151252
HSL0.810.990.50
HSV291°100°99°
CMYK 0.151.000.00   0.01
XYZ45.605921.497193.8411
Yxy21.49710.28340.1336
Hunter Lab46.365094.4390-87.5455
CIE-Lab53.489391.9163-70.5210

#d701fc color RGB value is (215,1,252).

#d701fc hex color red value is 215, green value is 1 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d701fc hue: 0.81 , saturation: 0.99 and the lightness value of d701fc is 0.50.

The process color (four color CMYK) of #d701fc color hex is 0.15, 1.00, 0.00, 0.01. Web safe color of #d701fc is #cc00ff. Color #d701fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000001 11111100
Octal 327 1 374
Decimal 215 1 252
Hex D7 1 FC

RGB Percentages of Color #d701fc

%45.94
%0.21
%53.85

CMYK Percentages of Color #d701fc

%15
%100
%0
%1

Triadic Colors of #d701fc

#d701fc #fcd701 #01fcd7

Analogous Colors of #d701fc

#d701fc #fc01a4 #5901fc

Monochromatic Colors of #d701fc

#d701fc

Complementary Color

#d701fc #26fc01

#d701fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d701fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d701fc Color CSS Codes

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

#d701fc Text Font Color

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

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


#d701fc Background Color

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

This div background color is #d701fc


#d701fc Border Color

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

This div border color is #d701fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,1,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d701fc


Comments

No comments written yet.

Please login to write comment.