Color Hex Logo

#af1cec Color Hex

#AF1CEC
(175,28,236)
0 Favorites   0 Comments

Color spaces of #af1cec

RGB 17528236
HSL0.780.850.52
HSV282°88°93°
CMYK 0.260.880.00   0.07
XYZ33.234816.000680.6936
Yxy16.00060.25580.1231
Hunter Lab40.000778.3062-91.6053
CIE-Lab46.975380.8080-72.4127

#af1cec color RGB value is (175,28,236).

#af1cec hex color red value is 175, green value is 28 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #af1cec hue: 0.78 , saturation: 0.85 and the lightness value of af1cec is 0.52.

The process color (four color CMYK) of #af1cec color hex is 0.26, 0.88, 0.00, 0.07. Web safe color of #af1cec is #9933ff. Color #af1cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011100 11101100
Octal 257 34 354
Decimal 175 28 236
Hex AF 1C EC

RGB Percentages of Color #af1cec

%39.86
%6.38
%53.76

CMYK Percentages of Color #af1cec

%26
%88
%0
%7

Triadic Colors of #af1cec

#af1cec #ecaf1c #1cecaf

Analogous Colors of #af1cec

#af1cec #ec1cc1 #471cec

Monochromatic Colors of #af1cec

#af1cec

Complementary Color

#af1cec #59ec1c

#af1cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1cec Color CSS Codes

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

#af1cec Text Font Color

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

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


#af1cec Background Color

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

This div background color is #af1cec


#af1cec Border Color

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

This div border color is #af1cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1cec


Comments

No comments written yet.

Please login to write comment.