Color Hex Logo

#c5afff Color Hex

#C5AFFF
(197,175,255)
0 Favorites   0 Comments

Color spaces of #c5afff

RGB 197175255
HSL0.711.000.84
HSV257°31°100°
CMYK 0.230.310.00   0.00
XYZ56.405949.7503101.2376
Yxy49.75030.27200.2399
Hunter Lab70.533919.3120-35.7255
CIE-Lab75.915723.9882-36.7294

#c5afff color RGB value is (197,175,255).

#c5afff hex color red value is 197, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c5afff hue: 0.71 , saturation: 1.00 and the lightness value of c5afff is 0.84.

The process color (four color CMYK) of #c5afff color hex is 0.23, 0.31, 0.00, 0.00. Web safe color of #c5afff is #cc99ff. Color #c5afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 11111111
Octal 305 257 377
Decimal 197 175 255
Hex C5 AF FF

RGB Percentages of Color #c5afff

%31.42
%27.91
%40.67

CMYK Percentages of Color #c5afff

%23
%31
%0
%0

Triadic Colors of #c5afff

#c5afff #ffc5af #afffc5

Analogous Colors of #c5afff

#c5afff #edafff #afc1ff

Monochromatic Colors of #c5afff

#c5afff

Complementary Color

#c5afff #e9ffaf

#c5afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afff Color CSS Codes

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

#c5afff Text Font Color

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

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


#c5afff Background Color

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

This div background color is #c5afff


#c5afff Border Color

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

This div border color is #c5afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afff

Related Colors


Comments

No comments written yet.

Please login to write comment.