color codes Logo

#af8efd color codes

#AF8EFD
(175,142,253)
0 Favorites   0 Comments

Color spaces of #af8efd

RGB 175142253
HSL0.720.970.77
HSV258°44°99°
CMYK 0.310.440.00   0.01
XYZ45.081835.551897.4146
Yxy35.55180.25320.1997
Hunter Lab59.625330.6168-55.1290
CIE-Lab66.176035.7268-51.0333

#af8efd color RGB value is (175,142,253).

#af8efd hex color red value is 175, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #af8efd hue: 0.72 , saturation: 0.97 and the lightness value of af8efd is 0.77.

The process color (four color CMYK) of #af8efd color code is 0.31, 0.44, 0.00, 0.01. Web safe color of #af8efd is #9999ff. Color #af8efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001110 11111101
Octal 257 216 375
Decimal 175 142 253
Hex AF 8E FD

RGB Percentages of Color #af8efd

%30.70
%24.91
%44.39

CMYK Percentages of Color #af8efd

%31
%44
%0
%1

Triadic Colors of #af8efd

#af8efd #fdaf8e #8efdaf

Analogous Colors of #af8efd

#af8efd #e78efd #8ea5fd

Monochromatic Colors of #af8efd

#af8efd

Complementary Color

#af8efd #dcfd8e

#af8efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8efd Color CSS Codes

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

#af8efd Text Font Color

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

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


#af8efd Background Color

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

This div background color is #af8efd


#af8efd Border Color

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

This div border color is #af8efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8efd

Related Colors


Comments

No comments written yet.

Please login to write comment.