Color Hex Logo

#af58ec Color Hex

#AF58EC
(175,88,236)
0 Favorites   0 Comments

Color spaces of #af58ec

RGB 17588236
HSL0.760.800.64
HSV275°63°93°
CMYK 0.260.630.00   0.07
XYZ36.309222.149581.7185
Yxy22.14950.25900.1580
Hunter Lab47.063355.3517-70.0042
CIE-Lab54.185360.2735-60.7447

#af58ec color RGB value is (175,88,236).

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

The process color (four color CMYK) of #af58ec color hex is 0.26, 0.63, 0.00, 0.07. Web safe color of #af58ec is #9966ff. Color #af58ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 11101100
Octal 257 130 354
Decimal 175 88 236
Hex AF 58 EC

RGB Percentages of Color #af58ec

%35.07
%17.64
%47.29

CMYK Percentages of Color #af58ec

%26
%63
%0
%7

Triadic Colors of #af58ec

#af58ec #ecaf58 #58ecaf

Analogous Colors of #af58ec

#af58ec #ec58df #6558ec

Monochromatic Colors of #af58ec

#af58ec

Complementary Color

#af58ec #95ec58

#af58ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af58ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af58ec Color CSS Codes

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

#af58ec Text Font Color

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

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


#af58ec Background Color

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

This div background color is #af58ec


#af58ec Border Color

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

This div border color is #af58ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af58ec


Comments

No comments written yet.

Please login to write comment.