Color Hex Logo

#c4acfd Color Hex

#C4ACFD
(196,172,253)
0 Favorites   0 Comments

Color spaces of #c4acfd

RGB 196172253
HSL0.720.950.83
HSV258°32°99°
CMYK 0.230.320.00   0.01
XYZ55.247148.332799.3458
Yxy48.33270.27230.2382
Hunter Lab69.521720.1863-36.0596
CIE-Lab75.034324.8903-37.0256

#c4acfd color RGB value is (196,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101100 11111101
Octal 304 254 375
Decimal 196 172 253
Hex C4 AC FD

RGB Percentages of Color #c4acfd

%31.56
%27.70
%40.74

CMYK Percentages of Color #c4acfd

%23
%32
%0
%1

Triadic Colors of #c4acfd

#c4acfd #fdc4ac #acfdc4

Analogous Colors of #c4acfd

#c4acfd #edacfd #acbdfd

Monochromatic Colors of #c4acfd

#c4acfd

Complementary Color

#c4acfd #e5fdac

#c4acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4acfd Color CSS Codes

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

#c4acfd Text Font Color

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

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


#c4acfd Background Color

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

This div background color is #c4acfd


#c4acfd Border Color

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

This div border color is #c4acfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4acfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4acfd


Comments

No comments written yet.

Please login to write comment.