Color Hex Logo

#d30deb Color Hex

#D30DEB
(211,13,235)
0 Favorites   0 Comments

Color spaces of #d30deb

RGB 21113235
HSL0.820.900.49
HSV294°94°92°
CMYK 0.100.940.00   0.08
XYZ42.003320.134980.2699
Yxy20.13490.29500.1414
Hunter Lab44.871988.5628-74.6516
CIE-Lab51.989487.7903-63.4503

#d30deb color RGB value is (211,13,235).

#d30deb hex color red value is 211, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d30deb hue: 0.82 , saturation: 0.90 and the lightness value of d30deb is 0.49.

The process color (four color CMYK) of #d30deb color hex is 0.10, 0.94, 0.00, 0.08. Web safe color of #d30deb is #cc00ff. Color #d30deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001101 11101011
Octal 323 15 353
Decimal 211 13 235
Hex D3 D EB

RGB Percentages of Color #d30deb

%45.97
%2.83
%51.20

CMYK Percentages of Color #d30deb

%10
%94
%0
%8

Triadic Colors of #d30deb

#d30deb #ebd30d #0debd3

Analogous Colors of #d30deb

#d30deb #eb0d94 #640deb

Monochromatic Colors of #d30deb

#d30deb

Complementary Color

#d30deb #25eb0d

#d30deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30deb Color CSS Codes

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

#d30deb Text Font Color

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

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


#d30deb Background Color

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

This div background color is #d30deb


#d30deb Border Color

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

This div border color is #d30deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,13,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30deb


Comments

No comments written yet.

Please login to write comment.