Color Hex Logo

#af65cb Color Hex

#AF65CB
(175,101,203)
0 Favorites   0 Comments

Color spaces of #af65cb

RGB 175101203
HSL0.790.500.60
HSV284°50°80°
CMYK 0.140.500.00   0.20
XYZ33.112422.733159.1426
Yxy22.73310.28800.1977
Hunter Lab47.679240.5265-40.1694
CIE-Lab54.796446.6635-41.1210

#af65cb color RGB value is (175,101,203).

#af65cb hex color red value is 175, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af65cb hue: 0.79 , saturation: 0.50 and the lightness value of af65cb is 0.60.

The process color (four color CMYK) of #af65cb color hex is 0.14, 0.50, 0.00, 0.20. Web safe color of #af65cb is #9966cc. Color #af65cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 11001011
Octal 257 145 313
Decimal 175 101 203
Hex AF 65 CB

RGB Percentages of Color #af65cb

%36.53
%21.09
%42.38

CMYK Percentages of Color #af65cb

%14
%50
%0
%20

Triadic Colors of #af65cb

#af65cb #cbaf65 #65cbaf

Analogous Colors of #af65cb

#af65cb #cb65b4 #7c65cb

Monochromatic Colors of #af65cb

#af65cb

Complementary Color

#af65cb #81cb65

#af65cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af65cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af65cb Color CSS Codes

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

#af65cb Text Font Color

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

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


#af65cb Background Color

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

This div background color is #af65cb


#af65cb Border Color

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

This div border color is #af65cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af65cb


Comments

No comments written yet.

Please login to write comment.