Color Hex Logo

#d602fc Color Hex

#D602FC
(214,2,252)
0 Favorites   0 Comments

Color spaces of #d602fc

RGB 2142252
HSL0.810.980.50
HSV291°99°99°
CMYK 0.150.990.00   0.01
XYZ45.324021.367893.8310
Yxy21.36780.28240.1331
Hunter Lab46.225394.1252-87.9928
CIE-Lab53.349791.7098-70.7549

#d602fc color RGB value is (214,2,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000010 11111100
Octal 326 2 374
Decimal 214 2 252
Hex D6 2 FC

RGB Percentages of Color #d602fc

%45.73
%0.43
%53.85

CMYK Percentages of Color #d602fc

%15
%99
%0
%1

Triadic Colors of #d602fc

#d602fc #fcd602 #02fcd6

Analogous Colors of #d602fc

#d602fc #fc02a5 #5902fc

Monochromatic Colors of #d602fc

#d602fc

Complementary Color

#d602fc #28fc02

#d602fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d602fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d602fc Color CSS Codes

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

#d602fc Text Font Color

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

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


#d602fc Background Color

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

This div background color is #d602fc


#d602fc Border Color

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

This div border color is #d602fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d602fc


Comments

No comments written yet.

Please login to write comment.