Color Hex Logo

#c5a3e3 Color Hex

#C5A3E3
(197,163,227)
0 Favorites   0 Comments

Color spaces of #c5a3e3

RGB 197163227
HSL0.760.530.76
HSV272°28°89°
CMYK 0.130.280.00   0.11
XYZ49.988343.610878.4561
Yxy43.61080.29050.2535
Hunter Lab66.038519.5495-24.2117
CIE-Lab71.967624.4252-27.6339

#c5a3e3 color RGB value is (197,163,227).

#c5a3e3 hex color red value is 197, green value is 163 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c5a3e3 hue: 0.76 , saturation: 0.53 and the lightness value of c5a3e3 is 0.76.

The process color (four color CMYK) of #c5a3e3 color hex is 0.13, 0.28, 0.00, 0.11. Web safe color of #c5a3e3 is #cc99cc. Color #c5a3e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100011 11100011
Octal 305 243 343
Decimal 197 163 227
Hex C5 A3 E3

RGB Percentages of Color #c5a3e3

%33.56
%27.77
%38.67

CMYK Percentages of Color #c5a3e3

%13
%28
%0
%11

Triadic Colors of #c5a3e3

#c5a3e3 #e3c5a3 #a3e3c5

Analogous Colors of #c5a3e3

#c5a3e3 #e3a3e1 #a5a3e3

Monochromatic Colors of #c5a3e3

#c5a3e3

Complementary Color

#c5a3e3 #c1e3a3

#c5a3e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a3e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a3e3 Color CSS Codes

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

#c5a3e3 Text Font Color

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

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


#c5a3e3 Background Color

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

This div background color is #c5a3e3


#c5a3e3 Border Color

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

This div border color is #c5a3e3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,163,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a3e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a3e3;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a3e3;
  box-shadow:         1px 1px 3px 2px #c5a3e3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,163,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a3e3


Comments

No comments written yet.

Please login to write comment.