Color Hex Logo

#af4eca Color Hex

#AF4ECA
(175,78,202)
0 Favorites   0 Comments

Color spaces of #af4eca

RGB 17578202
HSL0.800.540.55
HSV287°61°79°
CMYK 0.130.610.00   0.21
XYZ31.064318.827057.8738
Yxy18.82700.28830.1747
Hunter Lab43.390151.8610-48.7081
CIE-Lab50.484257.8418-47.3804

#af4eca color RGB value is (175,78,202).

#af4eca hex color red value is 175, green value is 78 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af4eca hue: 0.80 , saturation: 0.54 and the lightness value of af4eca is 0.55.

The process color (four color CMYK) of #af4eca color hex is 0.13, 0.61, 0.00, 0.21. Web safe color of #af4eca is #9966cc. Color #af4eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001110 11001010
Octal 257 116 312
Decimal 175 78 202
Hex AF 4E CA

RGB Percentages of Color #af4eca

%38.46
%17.14
%44.40

CMYK Percentages of Color #af4eca

%13
%61
%0
%21

Triadic Colors of #af4eca

#af4eca #caaf4e #4ecaaf

Analogous Colors of #af4eca

#af4eca #ca4ea7 #714eca

Monochromatic Colors of #af4eca

#af4eca

Complementary Color

#af4eca #69ca4e

#af4eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4eca Color CSS Codes

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

#af4eca Text Font Color

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

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


#af4eca Background Color

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

This div background color is #af4eca


#af4eca Border Color

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

This div border color is #af4eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4eca


Comments

No comments written yet.

Please login to write comment.