Color Hex Logo

#af5ced Color Hex

#AF5CED
(175,92,237)
0 Favorites   0 Comments

Color spaces of #af5ced

RGB 17592237
HSL0.760.800.65
HSV274°61°93°
CMYK 0.260.610.00   0.07
XYZ36.792422.882782.5984
Yxy22.88270.25860.1608
Hunter Lab47.835953.5784-68.8912
CIE-Lab54.951358.5739-60.0739

#af5ced color RGB value is (175,92,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011100 11101101
Octal 257 134 355
Decimal 175 92 237
Hex AF 5C ED

RGB Percentages of Color #af5ced

%34.72
%18.25
%47.02

CMYK Percentages of Color #af5ced

%26
%61
%0
%7

Triadic Colors of #af5ced

#af5ced #edaf5c #5cedaf

Analogous Colors of #af5ced

#af5ced #ed5ce3 #675ced

Monochromatic Colors of #af5ced

#af5ced

Complementary Color

#af5ced #9aed5c

#af5ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ced Color CSS Codes

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

#af5ced Text Font Color

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

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


#af5ced Background Color

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

This div background color is #af5ced


#af5ced Border Color

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

This div border color is #af5ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ced


Comments

No comments written yet.

Please login to write comment.