Color Hex Logo

#c27bea Color Hex

#C27BEA
(194,123,234)
0 Favorites   0 Comments

Color spaces of #c27bea

RGB 194123234
HSL0.770.730.70
HSV278°47°92°
CMYK 0.170.470.00   0.08
XYZ44.182431.575881.6080
Yxy31.57580.28080.2007
Hunter Lab56.192342.0127-46.7721
CIE-Lab62.990746.8460-45.4809

#c27bea color RGB value is (194,123,234).

#c27bea hex color red value is 194, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c27bea hue: 0.77 , saturation: 0.73 and the lightness value of c27bea is 0.70.

The process color (four color CMYK) of #c27bea color hex is 0.17, 0.47, 0.00, 0.08. Web safe color of #c27bea is #cc66ff. Color #c27bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 11101010
Octal 302 173 352
Decimal 194 123 234
Hex C2 7B EA

RGB Percentages of Color #c27bea

%35.21
%22.32
%42.47

CMYK Percentages of Color #c27bea

%17
%47
%0
%8

Triadic Colors of #c27bea

#c27bea #eac27b #7beac2

Analogous Colors of #c27bea

#c27bea #ea7bdb #8b7bea

Monochromatic Colors of #c27bea

#c27bea

Complementary Color

#c27bea #a3ea7b

#c27bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bea Color CSS Codes

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

#c27bea Text Font Color

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

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


#c27bea Background Color

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

This div background color is #c27bea


#c27bea Border Color

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

This div border color is #c27bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bea


Comments

No comments written yet.

Please login to write comment.