Color Hex Logo

#af85ea Color Hex

#AF85EA
(175,133,234)
0 Favorites   0 Comments

Color spaces of #af85ea

RGB 175133234
HSL0.740.710.72
HSV265°43°92°
CMYK 0.250.430.00   0.08
XYZ40.918031.829581.8290
Yxy31.82950.26470.2059
Hunter Lab56.417630.7298-46.5028
CIE-Lab63.201736.1524-45.2810

#af85ea color RGB value is (175,133,234).

#af85ea hex color red value is 175, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af85ea hue: 0.74 , saturation: 0.71 and the lightness value of af85ea is 0.72.

The process color (four color CMYK) of #af85ea color hex is 0.25, 0.43, 0.00, 0.08. Web safe color of #af85ea is #9999ff. Color #af85ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 11101010
Octal 257 205 352
Decimal 175 133 234
Hex AF 85 EA

RGB Percentages of Color #af85ea

%32.29
%24.54
%43.17

CMYK Percentages of Color #af85ea

%25
%43
%0
%8

Triadic Colors of #af85ea

#af85ea #eaaf85 #85eaaf

Analogous Colors of #af85ea

#af85ea #e285ea #858eea

Monochromatic Colors of #af85ea

#af85ea

Complementary Color

#af85ea #c0ea85

#af85ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af85ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af85ea Color CSS Codes

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

#af85ea Text Font Color

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

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


#af85ea Background Color

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

This div background color is #af85ea


#af85ea Border Color

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

This div border color is #af85ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af85ea


Comments

No comments written yet.

Please login to write comment.