Color Hex Logo

#c27abe Color Hex

#C27ABE
(194,122,190)
0 Favorites   0 Comments

Color spaces of #c27abe

RGB 194122190
HSL0.840.370.62
HSV303°37°76°
CMYK 0.000.370.02   0.24
XYZ38.501929.106152.3040
Yxy29.10610.32110.2427
Hunter Lab53.950132.9753-19.7160
CIE-Lab60.875238.5986-24.0914

#c27abe color RGB value is (194,122,190).

#c27abe hex color red value is 194, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c27abe hue: 0.84 , saturation: 0.37 and the lightness value of c27abe is 0.62.

The process color (four color CMYK) of #c27abe color hex is 0.00, 0.37, 0.02, 0.24. Web safe color of #c27abe is #cc66cc. Color #c27abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 10111110
Octal 302 172 276
Decimal 194 122 190
Hex C2 7A BE

RGB Percentages of Color #c27abe

%38.34
%24.11
%37.55

CMYK Percentages of Color #c27abe

%0
%37
%2
%24

Triadic Colors of #c27abe

#c27abe #bec27a #7abec2

Analogous Colors of #c27abe

#c27abe #c27a9a #a27ac2

Monochromatic Colors of #c27abe

#c27abe

Complementary Color

#c27abe #7ac27e

#c27abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27abe Color CSS Codes

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

#c27abe Text Font Color

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

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


#c27abe Background Color

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

This div background color is #c27abe


#c27abe Border Color

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

This div border color is #c27abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27abe


Comments

No comments written yet.

Please login to write comment.