Color Hex Logo

#d920ef Color Hex

#D920EF
(217,32,239)
0 Favorites   0 Comments

Color spaces of #d920ef

RGB 21732239
HSL0.820.870.53
HSV294°87°94°
CMYK 0.090.870.00   0.06
XYZ44.711822.016783.5544
Yxy22.01670.29750.1465
Hunter Lab46.922087.9787-72.7329
CIE-Lab54.044786.9473-62.3380

#d920ef color RGB value is (217,32,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100000 11101111
Octal 331 40 357
Decimal 217 32 239
Hex D9 20 EF

RGB Percentages of Color #d920ef

%44.47
%6.56
%48.98

CMYK Percentages of Color #d920ef

%9
%87
%0
%6

Triadic Colors of #d920ef

#d920ef #efd920 #20efd9

Analogous Colors of #d920ef

#d920ef #ef209e #7220ef

Monochromatic Colors of #d920ef

#d920ef

Complementary Color

#d920ef #36ef20

#d920ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d920ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d920ef Color CSS Codes

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

#d920ef Text Font Color

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

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


#d920ef Background Color

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

This div background color is #d920ef


#d920ef Border Color

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

This div border color is #d920ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d920ef


Comments

No comments written yet.

Please login to write comment.