Color Hex Logo

#d30def Color Hex

#D30DEF
(211,13,239)
0 Favorites   0 Comments

Color spaces of #d30def

RGB 21113239
HSL0.810.900.49
HSV293°95°94°
CMYK 0.120.950.00   0.06
XYZ42.587920.368783.3483
Yxy20.36870.29110.1392
Hunter Lab45.131789.4586-77.9034
CIE-Lab52.251588.4191-65.2791

#d30def color RGB value is (211,13,239).

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

The process color (four color CMYK) of #d30def color hex is 0.12, 0.95, 0.00, 0.06. Web safe color of #d30def is #cc00ff. Color #d30def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001101 11101111
Octal 323 15 357
Decimal 211 13 239
Hex D3 D EF

RGB Percentages of Color #d30def

%45.57
%2.81
%51.62

CMYK Percentages of Color #d30def

%12
%95
%0
%6

Triadic Colors of #d30def

#d30def #efd30d #0defd3

Analogous Colors of #d30def

#d30def #ef0d9a #620def

Monochromatic Colors of #d30def

#d30def

Complementary Color

#d30def #29ef0d

#d30def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30def Color CSS Codes

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

#d30def Text Font Color

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

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


#d30def Background Color

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

This div background color is #d30def


#d30def Border Color

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

This div border color is #d30def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30def


Comments

No comments written yet.

Please login to write comment.