Color Hex Logo

#c5afdc Color Hex

#C5AFDC
(197,175,220)
0 Favorites   0 Comments

Color spaces of #c5afdc

RGB 197175220
HSL0.750.390.77
HSV269°20°86°
CMYK 0.100.200.00   0.14
XYZ51.274247.697674.2143
Yxy47.69760.29610.2754
Hunter Lab69.063411.6612-15.3675
CIE-Lab74.633816.3644-19.7456

#c5afdc color RGB value is (197,175,220).

#c5afdc hex color red value is 197, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c5afdc hue: 0.75 , saturation: 0.39 and the lightness value of c5afdc is 0.77.

The process color (four color CMYK) of #c5afdc color hex is 0.10, 0.20, 0.00, 0.14. Web safe color of #c5afdc is #cc99cc. Color #c5afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 11011100
Octal 305 257 334
Decimal 197 175 220
Hex C5 AF DC

RGB Percentages of Color #c5afdc

%33.28
%29.56
%37.16

CMYK Percentages of Color #c5afdc

%10
%20
%0
%14

Triadic Colors of #c5afdc

#c5afdc #dcc5af #afdcc5

Analogous Colors of #c5afdc

#c5afdc #dcafdc #afb0dc

Monochromatic Colors of #c5afdc

#c5afdc

Complementary Color

#c5afdc #c6dcaf

#c5afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afdc Color CSS Codes

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

#c5afdc Text Font Color

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

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


#c5afdc Background Color

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

This div background color is #c5afdc


#c5afdc Border Color

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

This div border color is #c5afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afdc


Comments

No comments written yet.

Please login to write comment.