Color Hex Logo

#d30ccb Color Hex

#D30CCB
(211,12,203)
0 Favorites   0 Comments

Color spaces of #d30ccb

RGB 21112203
HSL0.840.890.44
HSV302°94°83°
CMYK 0.000.940.04   0.17
XYZ37.774918.423658.0651
Yxy18.42360.33060.1612
Hunter Lab42.922781.9773-50.1606
CIE-Lab50.005983.1054-48.3833

#d30ccb color RGB value is (211,12,203).

#d30ccb hex color red value is 211, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d30ccb hue: 0.84 , saturation: 0.89 and the lightness value of d30ccb is 0.44.

The process color (four color CMYK) of #d30ccb color hex is 0.00, 0.94, 0.04, 0.17. Web safe color of #d30ccb is #cc00cc. Color #d30ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 11001011
Octal 323 14 313
Decimal 211 12 203
Hex D3 C CB

RGB Percentages of Color #d30ccb

%49.53
%2.82
%47.65

CMYK Percentages of Color #d30ccb

%0
%94
%4
%17

Triadic Colors of #d30ccb

#d30ccb #cbd30c #0ccbd3

Analogous Colors of #d30ccb

#d30ccb #d30c68 #780cd3

Monochromatic Colors of #d30ccb

#d30ccb

Complementary Color

#d30ccb #0cd314

#d30ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30ccb Color CSS Codes

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

#d30ccb Text Font Color

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

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


#d30ccb Background Color

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

This div background color is #d30ccb


#d30ccb Border Color

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

This div border color is #d30ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30ccb


Comments

No comments written yet.

Please login to write comment.