Color Hex Logo

#af67ea Color Hex

#AF67EA
(175,103,234)
0 Favorites   0 Comments

Color spaces of #af67ea

RGB 175103234
HSL0.760.760.66
HSV273°56°92°
CMYK 0.250.560.00   0.08
XYZ37.380724.755080.6499
Yxy24.75500.26180.1734
Hunter Lab49.754447.0377-61.2787
CIE-Lab56.835952.3825-55.3789

#af67ea color RGB value is (175,103,234).

#af67ea hex color red value is 175, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af67ea hue: 0.76 , saturation: 0.76 and the lightness value of af67ea is 0.66.

The process color (four color CMYK) of #af67ea color hex is 0.25, 0.56, 0.00, 0.08. Web safe color of #af67ea is #9966ff. Color #af67ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 11101010
Octal 257 147 352
Decimal 175 103 234
Hex AF 67 EA

RGB Percentages of Color #af67ea

%34.18
%20.12
%45.70

CMYK Percentages of Color #af67ea

%25
%56
%0
%8

Triadic Colors of #af67ea

#af67ea #eaaf67 #67eaaf

Analogous Colors of #af67ea

#af67ea #ea67e4 #6e67ea

Monochromatic Colors of #af67ea

#af67ea

Complementary Color

#af67ea #a2ea67

#af67ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af67ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af67ea Color CSS Codes

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

#af67ea Text Font Color

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

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


#af67ea Background Color

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

This div background color is #af67ea


#af67ea Border Color

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

This div border color is #af67ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af67ea


Comments

No comments written yet.

Please login to write comment.