Color Hex Logo

#d30ecb Color Hex

#D30ECB
(211,14,203)
0 Favorites   0 Comments

Color spaces of #d30ecb

RGB 21114203
HSL0.840.880.44
HSV302°93°83°
CMYK 0.000.930.04   0.17
XYZ37.800518.474858.0736
Yxy18.47480.33060.1616
Hunter Lab42.982381.7615-50.0193
CIE-Lab50.067082.9251-48.2859

#d30ecb color RGB value is (211,14,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001110 11001011
Octal 323 16 313
Decimal 211 14 203
Hex D3 E CB

RGB Percentages of Color #d30ecb

%49.30
%3.27
%47.43

CMYK Percentages of Color #d30ecb

%0
%93
%4
%17

Triadic Colors of #d30ecb

#d30ecb #cbd30e #0ecbd3

Analogous Colors of #d30ecb

#d30ecb #d30e69 #790ed3

Monochromatic Colors of #d30ecb

#d30ecb

Complementary Color

#d30ecb #0ed316

#d30ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30ecb Color CSS Codes

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

#d30ecb Text Font Color

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

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


#d30ecb Background Color

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

This div background color is #d30ecb


#d30ecb Border Color

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

This div border color is #d30ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30ecb


Comments

No comments written yet.

Please login to write comment.