Color Hex Logo

#d33acd Color Hex

#D33ACD
(211,58,205)
0 Favorites   0 Comments

Color spaces of #d33acd

RGB 21158205
HSL0.840.630.53
HSV302°73°83°
CMYK 0.000.730.03   0.17
XYZ39.396521.282859.7892
Yxy21.28280.32700.1767
Hunter Lab46.133371.7006-44.5471
CIE-Lab53.257674.2762-44.3665

#d33acd color RGB value is (211,58,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111010 11001101
Octal 323 72 315
Decimal 211 58 205
Hex D3 3A CD

RGB Percentages of Color #d33acd

%44.51
%12.24
%43.25

CMYK Percentages of Color #d33acd

%0
%73
%3
%17

Triadic Colors of #d33acd

#d33acd #cdd33a #3acdd3

Analogous Colors of #d33acd

#d33acd #d33a81 #8d3ad3

Monochromatic Colors of #d33acd

#d33acd

Complementary Color

#d33acd #3ad340

#d33acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33acd Color CSS Codes

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

#d33acd Text Font Color

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

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


#d33acd Background Color

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

This div background color is #d33acd


#d33acd Border Color

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

This div border color is #d33acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33acd


Comments

No comments written yet.

Please login to write comment.