Color Hex Logo

#af7dea Color Hex

#AF7DEA
(175,125,234)
0 Favorites   0 Comments

Color spaces of #af7dea

RGB 175125234
HSL0.740.720.70
HSV268°47°92°
CMYK 0.250.470.00   0.08
XYZ39.864129.721781.4777
Yxy29.72170.26390.1967
Hunter Lab54.517635.1161-50.4478
CIE-Lab61.413440.5913-48.1038

#af7dea color RGB value is (175,125,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111101 11101010
Octal 257 175 352
Decimal 175 125 234
Hex AF 7D EA

RGB Percentages of Color #af7dea

%32.77
%23.41
%43.82

CMYK Percentages of Color #af7dea

%25
%47
%0
%8

Triadic Colors of #af7dea

#af7dea #eaaf7d #7deaaf

Analogous Colors of #af7dea

#af7dea #e67dea #7d82ea

Monochromatic Colors of #af7dea

#af7dea

Complementary Color

#af7dea #b8ea7d

#af7dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7dea Color CSS Codes

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

#af7dea Text Font Color

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

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


#af7dea Background Color

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

This div background color is #af7dea


#af7dea Border Color

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

This div border color is #af7dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7dea


Comments

No comments written yet.

Please login to write comment.