Color Hex Logo

#af1dbc Color Hex

#AF1DBC
(175,29,188)
0 Favorites   0 Comments

Color spaces of #af1dbc

RGB 17529188
HSL0.820.730.43
HSV295°85°74°
CMYK 0.070.850.00   0.26
XYZ27.195713.623548.7732
Yxy13.62350.30350.1521
Hunter Lab36.910066.9282-52.5093
CIE-Lab43.688172.1999-50.1173

#af1dbc color RGB value is (175,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011101 10111100
Octal 257 35 274
Decimal 175 29 188
Hex AF 1D BC

RGB Percentages of Color #af1dbc

%44.64
%7.40
%47.96

CMYK Percentages of Color #af1dbc

%7
%85
%0
%26

Triadic Colors of #af1dbc

#af1dbc #bcaf1d #1dbcaf

Analogous Colors of #af1dbc

#af1dbc #bc1d7a #601dbc

Monochromatic Colors of #af1dbc

#af1dbc

Complementary Color

#af1dbc #2abc1d

#af1dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1dbc Color CSS Codes

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

#af1dbc Text Font Color

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

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


#af1dbc Background Color

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

This div background color is #af1dbc


#af1dbc Border Color

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

This div border color is #af1dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1dbc


Comments

No comments written yet.

Please login to write comment.