Color Hex Logo

#af35be Color Hex

#AF35BE
(175,53,190)
0 Favorites   0 Comments

Color spaces of #af35be

RGB 17553190
HSL0.820.560.48
HSV293°72°75°
CMYK 0.080.720.00   0.25
XYZ28.246615.377950.1947
Yxy15.37790.30110.1639
Hunter Lab39.214759.9491-48.4408
CIE-Lab46.147565.7893-47.3494

#af35be color RGB value is (175,53,190).

#af35be hex color red value is 175, green value is 53 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af35be hue: 0.82 , saturation: 0.56 and the lightness value of af35be is 0.48.

The process color (four color CMYK) of #af35be color hex is 0.08, 0.72, 0.00, 0.25. Web safe color of #af35be is #9933cc. Color #af35be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 10111110
Octal 257 65 276
Decimal 175 53 190
Hex AF 35 BE

RGB Percentages of Color #af35be

%41.87
%12.68
%45.45

CMYK Percentages of Color #af35be

%8
%72
%0
%25

Triadic Colors of #af35be

#af35be #beaf35 #35beaf

Analogous Colors of #af35be

#af35be #be3589 #6b35be

Monochromatic Colors of #af35be

#af35be

Complementary Color

#af35be #44be35

#af35be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af35be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af35be Color CSS Codes

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

#af35be Text Font Color

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

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


#af35be Background Color

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

This div background color is #af35be


#af35be Border Color

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

This div border color is #af35be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af35be


Comments

No comments written yet.

Please login to write comment.