Color Hex Logo

#d620ef Color Hex

#D620EF
(214,32,239)
0 Favorites   0 Comments

Color spaces of #d620ef

RGB 21432239
HSL0.810.870.53
HSV293°87°94°
CMYK 0.100.870.00   0.06
XYZ43.828121.561283.5131
Yxy21.56120.29430.1448
Hunter Lab46.434087.2228-74.1311
CIE-Lab53.558386.4649-63.1465

#d620ef color RGB value is (214,32,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 11101111
Octal 326 40 357
Decimal 214 32 239
Hex D6 20 EF

RGB Percentages of Color #d620ef

%44.12
%6.60
%49.28

CMYK Percentages of Color #d620ef

%10
%87
%0
%6

Triadic Colors of #d620ef

#d620ef #efd620 #20efd6

Analogous Colors of #d620ef

#d620ef #ef20a1 #6f20ef

Monochromatic Colors of #d620ef

#d620ef

Complementary Color

#d620ef #39ef20

#d620ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d620ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d620ef Color CSS Codes

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

#d620ef Text Font Color

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

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


#d620ef Background Color

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

This div background color is #d620ef


#d620ef Border Color

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

This div border color is #d620ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d620ef


Comments

No comments written yet.

Please login to write comment.