Color Hex Logo

#c27ecc Color Hex

#C27ECC
(194,126,204)
0 Favorites   0 Comments

Color spaces of #c27ecc

RGB 194126204
HSL0.810.430.65
HSV292°38°80°
CMYK 0.050.380.00   0.20
XYZ40.608130.750760.9219
Yxy30.75070.30700.2325
Hunter Lab55.453333.6711-26.3196
CIE-Lab62.296639.0982-29.8098

#c27ecc color RGB value is (194,126,204).

#c27ecc hex color red value is 194, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c27ecc hue: 0.81 , saturation: 0.43 and the lightness value of c27ecc is 0.65.

The process color (four color CMYK) of #c27ecc color hex is 0.05, 0.38, 0.00, 0.20. Web safe color of #c27ecc is #cc66cc. Color #c27ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11001100
Octal 302 176 314
Decimal 194 126 204
Hex C2 7E CC

RGB Percentages of Color #c27ecc

%37.02
%24.05
%38.93

CMYK Percentages of Color #c27ecc

%5
%38
%0
%20

Triadic Colors of #c27ecc

#c27ecc #ccc27e #7eccc2

Analogous Colors of #c27ecc

#c27ecc #cc7eaf #9b7ecc

Monochromatic Colors of #c27ecc

#c27ecc

Complementary Color

#c27ecc #88cc7e

#c27ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27ecc Color CSS Codes

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

#c27ecc Text Font Color

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

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


#c27ecc Background Color

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

This div background color is #c27ecc


#c27ecc Border Color

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

This div border color is #c27ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27ecc


Comments

No comments written yet.

Please login to write comment.