Color Hex Logo

#d62efc Color Hex

#D62EFC
(214,46,252)
0 Favorites   0 Comments

Color spaces of #d62efc

RGB 21446252
HSL0.800.970.58
HSV289°82°99°
CMYK 0.150.820.00   0.01
XYZ46.279223.278494.1495
Yxy23.27840.28270.1422
Hunter Lab48.247786.7838-81.9238
CIE-Lab55.357985.7787-67.5075

#d62efc color RGB value is (214,46,252).

#d62efc hex color red value is 214, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d62efc hue: 0.80 , saturation: 0.97 and the lightness value of d62efc is 0.58.

The process color (four color CMYK) of #d62efc color hex is 0.15, 0.82, 0.00, 0.01. Web safe color of #d62efc is #cc33ff. Color #d62efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101110 11111100
Octal 326 56 374
Decimal 214 46 252
Hex D6 2E FC

RGB Percentages of Color #d62efc

%41.80
%8.98
%49.22

CMYK Percentages of Color #d62efc

%15
%82
%0
%1

Triadic Colors of #d62efc

#d62efc #fcd62e #2efcd6

Analogous Colors of #d62efc

#d62efc #fc2ebb #6f2efc

Monochromatic Colors of #d62efc

#d62efc

Complementary Color

#d62efc #54fc2e

#d62efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62efc Color CSS Codes

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

#d62efc Text Font Color

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

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


#d62efc Background Color

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

This div background color is #d62efc


#d62efc Border Color

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

This div border color is #d62efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62efc

Related Colors


Comments

No comments written yet.

Please login to write comment.