Color Hex Logo

#af36ec Color Hex

#AF36EC
(175,54,236)
0 Favorites   0 Comments

Color spaces of #af36ec

RGB 17554236
HSL0.780.830.57
HSV280°77°93°
CMYK 0.260.770.00   0.07
XYZ34.138717.808480.9949
Yxy17.80840.25680.1340
Hunter Lab42.200070.5518-84.2559
CIE-Lab49.262974.1125-68.6935

#af36ec color RGB value is (175,54,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 11101100
Octal 257 66 354
Decimal 175 54 236
Hex AF 36 EC

RGB Percentages of Color #af36ec

%37.63
%11.61
%50.75

CMYK Percentages of Color #af36ec

%26
%77
%0
%7

Triadic Colors of #af36ec

#af36ec #ecaf36 #36ecaf

Analogous Colors of #af36ec

#af36ec #ec36ce #5436ec

Monochromatic Colors of #af36ec

#af36ec

Complementary Color

#af36ec #73ec36

#af36ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af36ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af36ec Color CSS Codes

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

#af36ec Text Font Color

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

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


#af36ec Background Color

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

This div background color is #af36ec


#af36ec Border Color

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

This div border color is #af36ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af36ec


Comments

No comments written yet.

Please login to write comment.