Color Hex Logo

#d553c3 Color Hex

#D553C3
(213,83,195)
0 Favorites   0 Comments

Color spaces of #d553c3

RGB 21383195
HSL0.860.610.58
HSV308°61°84°
CMYK 0.000.610.08   0.16
XYZ40.384224.272854.1864
Yxy24.27280.33980.2042
Hunter Lab49.267460.0973-30.7224
CIE-Lab56.359963.9941-33.7333

#d553c3 color RGB value is (213,83,195).

#d553c3 hex color red value is 213, green value is 83 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #d553c3 hue: 0.86 , saturation: 0.61 and the lightness value of d553c3 is 0.58.

The process color (four color CMYK) of #d553c3 color hex is 0.00, 0.61, 0.08, 0.16. Web safe color of #d553c3 is #cc66cc. Color #d553c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 11000011
Octal 325 123 303
Decimal 213 83 195
Hex D5 53 C3

RGB Percentages of Color #d553c3

%43.38
%16.90
%39.71

CMYK Percentages of Color #d553c3

%0
%61
%8
%16

Triadic Colors of #d553c3

#d553c3 #c3d553 #53c3d5

Analogous Colors of #d553c3

#d553c3 #d55382 #a653d5

Monochromatic Colors of #d553c3

#d553c3

Complementary Color

#d553c3 #53d565

#d553c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d553c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d553c3 Color CSS Codes

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

#d553c3 Text Font Color

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

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


#d553c3 Background Color

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

This div background color is #d553c3


#d553c3 Border Color

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

This div border color is #d553c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,83,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d553c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d553c3;
  -webkit-box-shadow: 1px 1px 3px 2px #d553c3;
  box-shadow:         1px 1px 3px 2px #d553c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,83,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d553c3


Comments

No comments written yet.

Please login to write comment.