Color Hex Logo

#d701ec Color Hex

#D701EC
(215,1,236)
0 Favorites   0 Comments

Color spaces of #d701ec

RGB 2151236
HSL0.820.990.46
HSV295°100°93°
CMYK 0.091.000.00   0.07
XYZ43.175520.524981.0430
Yxy20.52490.29830.1418
Hunter Lab45.304490.8293-74.3481
CIE-Lab52.425689.4206-63.2765

#d701ec color RGB value is (215,1,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000001 11101100
Octal 327 1 354
Decimal 215 1 236
Hex D7 1 EC

RGB Percentages of Color #d701ec

%47.57
%0.22
%52.21

CMYK Percentages of Color #d701ec

%9
%100
%0
%7

Triadic Colors of #d701ec

#d701ec #ecd701 #01ecd7

Analogous Colors of #d701ec

#d701ec #ec018c #6101ec

Monochromatic Colors of #d701ec

#d701ec

Complementary Color

#d701ec #16ec01

#d701ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d701ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d701ec Color CSS Codes

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

#d701ec Text Font Color

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

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


#d701ec Background Color

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

This div background color is #d701ec


#d701ec Border Color

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

This div border color is #d701ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d701ec


Comments

No comments written yet.

Please login to write comment.