Color Hex Logo

#d702ff Color Hex

#D702FF
(215,2,255)
0 Favorites   0 Comments

Color spaces of #d702ff

RGB 2152255
HSL0.811.000.50
HSV291°99°100°
CMYK 0.160.990.00   0.00
XYZ46.096021.710596.3688
Yxy21.71050.28080.1322
Hunter Lab46.594595.0498-90.0100
CIE-Lab53.718592.3256-71.8197

#d702ff color RGB value is (215,2,255).

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

The process color (four color CMYK) of #d702ff color hex is 0.16, 0.99, 0.00, 0.00. Web safe color of #d702ff is #cc00ff. Color #d702ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 11111111
Octal 327 2 377
Decimal 215 2 255
Hex D7 2 FF

RGB Percentages of Color #d702ff

%45.55
%0.42
%54.03

CMYK Percentages of Color #d702ff

%16
%99
%0
%0

Triadic Colors of #d702ff

#d702ff #ffd702 #02ffd7

Analogous Colors of #d702ff

#d702ff #ff02a9 #5802ff

Monochromatic Colors of #d702ff

#d702ff

Complementary Color

#d702ff #2aff02

#d702ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d702ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d702ff Color CSS Codes

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

#d702ff Text Font Color

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

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


#d702ff Background Color

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

This div background color is #d702ff


#d702ff Border Color

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

This div border color is #d702ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d702ff

Related Colors

#d702ff Color Palettes


Comments

No comments written yet.

Please login to write comment.