Color Hex Logo

#d320ef Color Hex

#D320EF
(211,32,239)
0 Favorites   0 Comments

Color spaces of #d320ef

RGB 21132239
HSL0.810.870.53
HSV292°87°94°
CMYK 0.120.870.00   0.06
XYZ42.960521.113983.4725
Yxy21.11390.29120.1431
Hunter Lab45.949986.4750-75.5413
CIE-Lab53.073985.9869-63.9520

#d320ef color RGB value is (211,32,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 11101111
Octal 323 40 357
Decimal 211 32 239
Hex D3 20 EF

RGB Percentages of Color #d320ef

%43.78
%6.64
%49.59

CMYK Percentages of Color #d320ef

%12
%87
%0
%6

Triadic Colors of #d320ef

#d320ef #efd320 #20efd3

Analogous Colors of #d320ef

#d320ef #ef20a4 #6c20ef

Monochromatic Colors of #d320ef

#d320ef

Complementary Color

#d320ef #3cef20

#d320ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d320ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d320ef Color CSS Codes

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

#d320ef Text Font Color

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

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


#d320ef Background Color

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

This div background color is #d320ef


#d320ef Border Color

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

This div border color is #d320ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d320ef


Comments

No comments written yet.

Please login to write comment.