Color Hex Logo

#d30cee Color Hex

#D30CEE
(211,12,238)
0 Favorites   0 Comments

Color spaces of #d30cee

RGB 21112238
HSL0.810.900.49
HSV293°95°93°
CMYK 0.110.950.00   0.07
XYZ42.428120.284982.5681
Yxy20.28490.29200.1396
Hunter Lab45.038889.3355-77.1673
CIE-Lab52.157888.3439-64.8680

#d30cee color RGB value is (211,12,238).

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

The process color (four color CMYK) of #d30cee color hex is 0.11, 0.95, 0.00, 0.07. Web safe color of #d30cee is #cc00ff. Color #d30cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 11101110
Octal 323 14 356
Decimal 211 12 238
Hex D3 C EE

RGB Percentages of Color #d30cee

%45.77
%2.60
%51.63

CMYK Percentages of Color #d30cee

%11
%95
%0
%7

Triadic Colors of #d30cee

#d30cee #eed30c #0ceed3

Analogous Colors of #d30cee

#d30cee #ee0c98 #620cee

Monochromatic Colors of #d30cee

#d30cee

Complementary Color

#d30cee #27ee0c

#d30cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30cee Color CSS Codes

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

#d30cee Text Font Color

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

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


#d30cee Background Color

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

This div background color is #d30cee


#d30cee Border Color

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

This div border color is #d30cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30cee


Comments

No comments written yet.

Please login to write comment.