Color Hex Logo

#c27afe Color Hex

#C27AFE
(194,122,254)
0 Favorites   0 Comments

Color spaces of #c27afe

RGB 194122254
HSL0.760.990.74
HSV273°52°100°
CMYK 0.240.520.00   0.00
XYZ47.097132.544297.5653
Yxy32.54420.26580.1837
Hunter Lab57.047547.5323-61.4672
CIE-Lab63.790151.7368-55.2462

#c27afe color RGB value is (194,122,254).

#c27afe hex color red value is 194, green value is 122 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c27afe hue: 0.76 , saturation: 0.99 and the lightness value of c27afe is 0.74.

The process color (four color CMYK) of #c27afe color hex is 0.24, 0.52, 0.00, 0.00. Web safe color of #c27afe is #cc66ff. Color #c27afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 11111110
Octal 302 172 376
Decimal 194 122 254
Hex C2 7A FE

RGB Percentages of Color #c27afe

%34.04
%21.40
%44.56

CMYK Percentages of Color #c27afe

%24
%52
%0
%0

Triadic Colors of #c27afe

#c27afe #fec27a #7afec2

Analogous Colors of #c27afe

#c27afe #fe7af8 #807afe

Monochromatic Colors of #c27afe

#c27afe

Complementary Color

#c27afe #b6fe7a

#c27afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27afe Color CSS Codes

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

#c27afe Text Font Color

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

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


#c27afe Background Color

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

This div background color is #c27afe


#c27afe Border Color

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

This div border color is #c27afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,122,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27afe;
  -webkit-box-shadow: 1px 1px 3px 2px #c27afe;
  box-shadow:         1px 1px 3px 2px #c27afe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,122,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27afe


Comments

No comments written yet.

Please login to write comment.