Color Hex Logo

#af5cbe Color Hex

#AF5CBE
(175,92,190)
0 Favorites   0 Comments

Color spaces of #af5cbe

RGB 17592190
HSL0.810.430.55
HSV291°52°75°
CMYK 0.080.520.00   0.25
XYZ30.800620.486051.0460
Yxy20.48600.30100.2002
Hunter Lab45.261542.2624-35.1844
CIE-Lab52.382348.6829-37.4683

#af5cbe color RGB value is (175,92,190).

#af5cbe hex color red value is 175, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af5cbe hue: 0.81 , saturation: 0.43 and the lightness value of af5cbe is 0.55.

The process color (four color CMYK) of #af5cbe color hex is 0.08, 0.52, 0.00, 0.25. Web safe color of #af5cbe is #9966cc. Color #af5cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011100 10111110
Octal 257 134 276
Decimal 175 92 190
Hex AF 5C BE

RGB Percentages of Color #af5cbe

%38.29
%20.13
%41.58

CMYK Percentages of Color #af5cbe

%8
%52
%0
%25

Triadic Colors of #af5cbe

#af5cbe #beaf5c #5cbeaf

Analogous Colors of #af5cbe

#af5cbe #be5c9c #7e5cbe

Monochromatic Colors of #af5cbe

#af5cbe

Complementary Color

#af5cbe #6bbe5c

#af5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5cbe Color CSS Codes

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

#af5cbe Text Font Color

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

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


#af5cbe Background Color

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

This div background color is #af5cbe


#af5cbe Border Color

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

This div border color is #af5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5cbe


Comments

No comments written yet.

Please login to write comment.