Color Hex Logo

#af33bc Color Hex

#AF33BC
(175,51,188)
0 Favorites   0 Comments

Color spaces of #af33bc

RGB 17551188
HSL0.820.570.47
HSV294°73°74°
CMYK 0.070.730.00   0.26
XYZ27.940115.112549.0213
Yxy15.11250.30350.1641
Hunter Lab38.874860.2606-47.5526
CIE-Lab45.787966.1281-46.7560

#af33bc color RGB value is (175,51,188).

#af33bc hex color red value is 175, green value is 51 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af33bc hue: 0.82 , saturation: 0.57 and the lightness value of af33bc is 0.47.

The process color (four color CMYK) of #af33bc color hex is 0.07, 0.73, 0.00, 0.26. Web safe color of #af33bc is #9933cc. Color #af33bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 10111100
Octal 257 63 274
Decimal 175 51 188
Hex AF 33 BC

RGB Percentages of Color #af33bc

%42.27
%12.32
%45.41

CMYK Percentages of Color #af33bc

%7
%73
%0
%26

Triadic Colors of #af33bc

#af33bc #bcaf33 #33bcaf

Analogous Colors of #af33bc

#af33bc #bc3385 #6b33bc

Monochromatic Colors of #af33bc

#af33bc

Complementary Color

#af33bc #40bc33

#af33bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af33bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af33bc Color CSS Codes

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

#af33bc Text Font Color

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

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


#af33bc Background Color

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

This div background color is #af33bc


#af33bc Border Color

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

This div border color is #af33bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af33bc


Comments

No comments written yet.

Please login to write comment.