Color Hex Logo

#af4cfc Color Hex

#AF4CFC
(175,76,252)
0 Favorites   0 Comments

Color spaces of #af4cfc

RGB 17576252
HSL0.760.970.64
HSV274°70°99°
CMYK 0.310.700.00   0.01
XYZ37.834321.311194.2148
Yxy21.31110.24670.1390
Hunter Lab46.163965.5052-88.6887
CIE-Lab53.288369.1498-71.1199

#af4cfc color RGB value is (175,76,252).

#af4cfc hex color red value is 175, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af4cfc hue: 0.76 , saturation: 0.97 and the lightness value of af4cfc is 0.64.

The process color (four color CMYK) of #af4cfc color hex is 0.31, 0.70, 0.00, 0.01. Web safe color of #af4cfc is #9933ff. Color #af4cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001100 11111100
Octal 257 114 374
Decimal 175 76 252
Hex AF 4C FC

RGB Percentages of Color #af4cfc

%34.79
%15.11
%50.10

CMYK Percentages of Color #af4cfc

%31
%70
%0
%1

Triadic Colors of #af4cfc

#af4cfc #fcaf4c #4cfcaf

Analogous Colors of #af4cfc

#af4cfc #fc4cf1 #574cfc

Monochromatic Colors of #af4cfc

#af4cfc

Complementary Color

#af4cfc #99fc4c

#af4cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4cfc Color CSS Codes

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

#af4cfc Text Font Color

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

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


#af4cfc Background Color

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

This div background color is #af4cfc


#af4cfc Border Color

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

This div border color is #af4cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4cfc


Comments

No comments written yet.

Please login to write comment.