Color Hex Logo

#d33acb Color Hex

#D33ACB
(211,58,203)
0 Favorites   0 Comments

Color spaces of #d33acb

RGB 21158203
HSL0.840.630.53
HSV303°73°83°
CMYK 0.000.730.04   0.17
XYZ39.156521.186858.5256
Yxy21.18680.32940.1782
Hunter Lab46.029171.2972-43.1663
CIE-Lab53.153373.9672-43.3844

#d33acb color RGB value is (211,58,203).

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

The process color (four color CMYK) of #d33acb color hex is 0.00, 0.73, 0.04, 0.17. Web safe color of #d33acb is #cc33cc. Color #d33acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111010 11001011
Octal 323 72 313
Decimal 211 58 203
Hex D3 3A CB

RGB Percentages of Color #d33acb

%44.70
%12.29
%43.01

CMYK Percentages of Color #d33acb

%0
%73
%4
%17

Triadic Colors of #d33acb

#d33acb #cbd33a #3acbd3

Analogous Colors of #d33acb

#d33acb #d33a7f #8f3ad3

Monochromatic Colors of #d33acb

#d33acb

Complementary Color

#d33acb #3ad342

#d33acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33acb Color CSS Codes

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

#d33acb Text Font Color

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

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


#d33acb Background Color

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

This div background color is #d33acb


#d33acb Border Color

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

This div border color is #d33acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33acb


Comments

No comments written yet.

Please login to write comment.