Color Hex Logo

#afa5ca Color Hex

#AFA5CA
(175,165,202)
0 Favorites   0 Comments

Color spaces of #afa5ca

RGB 175165202
HSL0.710.260.72
HSV256°18°79°
CMYK 0.130.180.00   0.21
XYZ41.795040.288561.4507
Yxy40.28850.29120.2807
Hunter Lab63.47326.4582-12.9695
CIE-Lab69.674510.9307-17.5648

#afa5ca color RGB value is (175,165,202).

#afa5ca hex color red value is 175, green value is 165 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afa5ca hue: 0.71 , saturation: 0.26 and the lightness value of afa5ca is 0.72.

The process color (four color CMYK) of #afa5ca color hex is 0.13, 0.18, 0.00, 0.21. Web safe color of #afa5ca is #9999cc. Color #afa5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 11001010
Octal 257 245 312
Decimal 175 165 202
Hex AF A5 CA

RGB Percentages of Color #afa5ca

%32.29
%30.44
%37.27

CMYK Percentages of Color #afa5ca

%13
%18
%0
%21

Triadic Colors of #afa5ca

#afa5ca #caafa5 #a5caaf

Analogous Colors of #afa5ca

#afa5ca #c2a5ca #a5aeca

Monochromatic Colors of #afa5ca

#afa5ca

Complementary Color

#afa5ca #c0caa5

#afa5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa5ca Color CSS Codes

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

#afa5ca Text Font Color

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

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


#afa5ca Background Color

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

This div background color is #afa5ca


#afa5ca Border Color

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

This div border color is #afa5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa5ca


Comments

No comments written yet.

Please login to write comment.