Color Hex Logo

#c5acfd Color Hex

#C5ACFD
(197,172,253)
0 Favorites   0 Comments

Color spaces of #c5acfd

RGB 197172253
HSL0.720.950.83
HSV259°32°99°
CMYK 0.220.320.00   0.01
XYZ55.508148.467299.3580
Yxy48.46720.27300.2384
Hunter Lab69.618420.4894-35.8847
CIE-Lab75.118725.1827-36.8881

#c5acfd color RGB value is (197,172,253).

#c5acfd hex color red value is 197, green value is 172 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c5acfd hue: 0.72 , saturation: 0.95 and the lightness value of c5acfd is 0.83.

The process color (four color CMYK) of #c5acfd color hex is 0.22, 0.32, 0.00, 0.01. Web safe color of #c5acfd is #cc99ff. Color #c5acfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 11111101
Octal 305 254 375
Decimal 197 172 253
Hex C5 AC FD

RGB Percentages of Color #c5acfd

%31.67
%27.65
%40.68

CMYK Percentages of Color #c5acfd

%22
%32
%0
%1

Triadic Colors of #c5acfd

#c5acfd #fdc5ac #acfdc5

Analogous Colors of #c5acfd

#c5acfd #eeacfd #acbcfd

Monochromatic Colors of #c5acfd

#c5acfd

Complementary Color

#c5acfd #e4fdac

#c5acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5acfd Color CSS Codes

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

#c5acfd Text Font Color

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

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


#c5acfd Background Color

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

This div background color is #c5acfd


#c5acfd Border Color

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

This div border color is #c5acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5acfd


Comments

No comments written yet.

Please login to write comment.