Color Hex Logo

#d62def Color Hex

#D62DEF
(214,45,239)
0 Favorites   0 Comments

Color spaces of #d62def

RGB 21445239
HSL0.810.860.56
HSV292°81°94°
CMYK 0.100.810.00   0.06
XYZ44.249922.404983.6537
Yxy22.40490.29440.1491
Hunter Lab47.333884.0361-71.6504
CIE-Lab54.454083.8394-61.7049

#d62def color RGB value is (214,45,239).

#d62def hex color red value is 214, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d62def hue: 0.81 , saturation: 0.86 and the lightness value of d62def is 0.56.

The process color (four color CMYK) of #d62def color hex is 0.10, 0.81, 0.00, 0.06. Web safe color of #d62def is #cc33ff. Color #d62def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101101 11101111
Octal 326 55 357
Decimal 214 45 239
Hex D6 2D EF

RGB Percentages of Color #d62def

%42.97
%9.04
%47.99

CMYK Percentages of Color #d62def

%10
%81
%0
%6

Triadic Colors of #d62def

#d62def #efd62d #2defd6

Analogous Colors of #d62def

#d62def #ef2da7 #752def

Monochromatic Colors of #d62def

#d62def

Complementary Color

#d62def #46ef2d

#d62def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62def Color CSS Codes

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

#d62def Text Font Color

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

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


#d62def Background Color

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

This div background color is #d62def


#d62def Border Color

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

This div border color is #d62def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62def


Comments

No comments written yet.

Please login to write comment.