Color Hex Logo

#d30adf Color Hex

#D30ADF
(211,10,223)
0 Favorites   0 Comments

Color spaces of #d30adf

RGB 21110223
HSL0.820.910.46
HSV297°96°87°
CMYK 0.050.960.00   0.13
XYZ40.291819.393771.4318
Yxy19.39370.30730.1479
Hunter Lab44.038386.2474-65.3439
CIE-Lab51.144786.1866-58.0163

#d30adf color RGB value is (211,10,223).

#d30adf hex color red value is 211, green value is 10 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d30adf hue: 0.82 , saturation: 0.91 and the lightness value of d30adf is 0.46.

The process color (four color CMYK) of #d30adf color hex is 0.05, 0.96, 0.00, 0.13. Web safe color of #d30adf is #cc00cc. Color #d30adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001010 11011111
Octal 323 12 337
Decimal 211 10 223
Hex D3 A DF

RGB Percentages of Color #d30adf

%47.52
%2.25
%50.23

CMYK Percentages of Color #d30adf

%5
%96
%0
%13

Triadic Colors of #d30adf

#d30adf #dfd30a #0adfd3

Analogous Colors of #d30adf

#d30adf #df0a81 #690adf

Monochromatic Colors of #d30adf

#d30adf

Complementary Color

#d30adf #16df0a

#d30adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30adf Color CSS Codes

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

#d30adf Text Font Color

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

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


#d30adf Background Color

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

This div background color is #d30adf


#d30adf Border Color

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

This div border color is #d30adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30adf

#d30adf Color Palettes


Comments

No comments written yet.

Please login to write comment.