Color Hex Logo

#a874cf Color Hex

#A874CF
(168,116,207)
0 Favorites   0 Comments

Color spaces of #a874cf

RGB 168116207
HSL0.760.490.63
HSV274°44°81°
CMYK 0.190.440.00   0.19
XYZ33.656325.320662.1450
Yxy25.32060.27790.2091
Hunter Lab50.319631.3306-37.9998
CIE-Lab57.386537.4151-39.3712

#a874cf color RGB value is (168,116,207).

#a874cf hex color red value is 168, green value is 116 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a874cf hue: 0.76 , saturation: 0.49 and the lightness value of a874cf is 0.63.

The process color (four color CMYK) of #a874cf color hex is 0.19, 0.44, 0.00, 0.19. Web safe color of #a874cf is #9966cc. Color #a874cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 11001111
Octal 250 164 317
Decimal 168 116 207
Hex A8 74 CF

RGB Percentages of Color #a874cf

%34.22
%23.63
%42.16

CMYK Percentages of Color #a874cf

%19
%44
%0
%19

Triadic Colors of #a874cf

#a874cf #cfa874 #74cfa8

Analogous Colors of #a874cf

#a874cf #cf74c9 #7b74cf

Monochromatic Colors of #a874cf

#a874cf

Complementary Color

#a874cf #9bcf74

#a874cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a874cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a874cf Color CSS Codes

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

#a874cf Text Font Color

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

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


#a874cf Background Color

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

This div background color is #a874cf


#a874cf Border Color

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

This div border color is #a874cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,116,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a874cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a874cf;
  -webkit-box-shadow: 1px 1px 3px 2px #a874cf;
  box-shadow:         1px 1px 3px 2px #a874cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,116,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a874cf


Comments

No comments written yet.

Please login to write comment.