Color Hex Logo

#c27ebc Color Hex

#C27EBC
(194,126,188)
0 Favorites   0 Comments

Color spaces of #c27ebc

RGB 194126188
HSL0.850.360.63
HSV305°35°76°
CMYK 0.000.350.03   0.24
XYZ38.786130.021951.3275
Yxy30.02190.32290.2499
Hunter Lab54.792230.4694-17.1863
CIE-Lab61.673136.0671-21.7347

#c27ebc color RGB value is (194,126,188).

#c27ebc hex color red value is 194, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c27ebc hue: 0.85 , saturation: 0.36 and the lightness value of c27ebc is 0.63.

The process color (four color CMYK) of #c27ebc color hex is 0.00, 0.35, 0.03, 0.24. Web safe color of #c27ebc is #cc66cc. Color #c27ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 10111100
Octal 302 176 274
Decimal 194 126 188
Hex C2 7E BC

RGB Percentages of Color #c27ebc

%38.19
%24.80
%37.01

CMYK Percentages of Color #c27ebc

%0
%35
%3
%24

Triadic Colors of #c27ebc

#c27ebc #bcc27e #7ebcc2

Analogous Colors of #c27ebc

#c27ebc #c27e9a #a67ec2

Monochromatic Colors of #c27ebc

#c27ebc

Complementary Color

#c27ebc #7ec284

#c27ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27ebc Color CSS Codes

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

#c27ebc Text Font Color

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

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


#c27ebc Background Color

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

This div background color is #c27ebc


#c27ebc Border Color

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

This div border color is #c27ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27ebc


Comments

No comments written yet.

Please login to write comment.