Color Hex Logo

#d930ee Color Hex

#D930EE
(217,48,238)
0 Favorites   0 Comments

Color spaces of #d930ee

RGB 21748238
HSL0.810.850.56
HSV293°80°93°
CMYK 0.090.800.00   0.07
XYZ45.104823.038782.9585
Yxy23.03870.29850.1525
Hunter Lab47.998683.7406-68.8749
CIE-Lab55.112283.4822-60.0613

#d930ee color RGB value is (217,48,238).

#d930ee hex color red value is 217, green value is 48 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d930ee hue: 0.81 , saturation: 0.85 and the lightness value of d930ee is 0.56.

The process color (four color CMYK) of #d930ee color hex is 0.09, 0.80, 0.00, 0.07. Web safe color of #d930ee is #cc33ff. Color #d930ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110000 11101110
Octal 331 60 356
Decimal 217 48 238
Hex D9 30 EE

RGB Percentages of Color #d930ee

%43.14
%9.54
%47.32

CMYK Percentages of Color #d930ee

%9
%80
%0
%7

Triadic Colors of #d930ee

#d930ee #eed930 #30eed9

Analogous Colors of #d930ee

#d930ee #ee30a4 #7a30ee

Monochromatic Colors of #d930ee

#d930ee

Complementary Color

#d930ee #45ee30

#d930ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d930ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d930ee Color CSS Codes

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

#d930ee Text Font Color

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

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


#d930ee Background Color

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

This div background color is #d930ee


#d930ee Border Color

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

This div border color is #d930ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,48,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d930ee


Comments

No comments written yet.

Please login to write comment.