Color Hex Logo

#c5a8ef Color Hex

#C5A8EF
(197,168,239)
0 Favorites   0 Comments

Color spaces of #c5a8ef

RGB 197168239
HSL0.730.690.80
HSV265°30°94°
CMYK 0.180.300.00   0.06
XYZ52.608646.107687.7882
Yxy46.10760.28210.2472
Hunter Lab67.902619.4662-29.1216
CIE-Lab73.615324.2552-31.6376

#c5a8ef color RGB value is (197,168,239).

#c5a8ef hex color red value is 197, green value is 168 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c5a8ef hue: 0.73 , saturation: 0.69 and the lightness value of c5a8ef is 0.80.

The process color (four color CMYK) of #c5a8ef color hex is 0.18, 0.30, 0.00, 0.06. Web safe color of #c5a8ef is #cc99ff. Color #c5a8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101000 11101111
Octal 305 250 357
Decimal 197 168 239
Hex C5 A8 EF

RGB Percentages of Color #c5a8ef

%32.62
%27.81
%39.57

CMYK Percentages of Color #c5a8ef

%18
%30
%0
%6

Triadic Colors of #c5a8ef

#c5a8ef #efc5a8 #a8efc5

Analogous Colors of #c5a8ef

#c5a8ef #e9a8ef #a8afef

Monochromatic Colors of #c5a8ef

#c5a8ef

Complementary Color

#c5a8ef #d2efa8

#c5a8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a8ef Color CSS Codes

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

#c5a8ef Text Font Color

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

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


#c5a8ef Background Color

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

This div background color is #c5a8ef


#c5a8ef Border Color

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

This div border color is #c5a8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a8ef


Comments

No comments written yet.

Please login to write comment.