Color Hex Logo

#af48ec Color Hex

#AF48EC
(175,72,236)
0 Favorites   0 Comments

Color spaces of #af48ec

RGB 17572236
HSL0.770.810.60
HSV278°69°93°
CMYK 0.260.690.00   0.07
XYZ35.136919.804881.3277
Yxy19.80480.25780.1453
Hunter Lab44.502663.0547-77.1996
CIE-Lab51.615867.4016-64.8846

#af48ec color RGB value is (175,72,236).

#af48ec hex color red value is 175, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #af48ec hue: 0.77 , saturation: 0.81 and the lightness value of af48ec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 11101100
Octal 257 110 354
Decimal 175 72 236
Hex AF 48 EC

RGB Percentages of Color #af48ec

%36.23
%14.91
%48.86

CMYK Percentages of Color #af48ec

%26
%69
%0
%7

Triadic Colors of #af48ec

#af48ec #ecaf48 #48ecaf

Analogous Colors of #af48ec

#af48ec #ec48d7 #5d48ec

Monochromatic Colors of #af48ec

#af48ec

Complementary Color

#af48ec #85ec48

#af48ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af48ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af48ec Color CSS Codes

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

#af48ec Text Font Color

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

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


#af48ec Background Color

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

This div background color is #af48ec


#af48ec Border Color

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

This div border color is #af48ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af48ec


Comments

No comments written yet.

Please login to write comment.