Color Hex Logo

#c27eee Color Hex

#C27EEE
(194,126,238)
0 Favorites   0 Comments

Color spaces of #c27eee

RGB 194126238
HSL0.770.770.71
HSV276°47°93°
CMYK 0.180.470.00   0.07
XYZ45.141632.564184.7952
Yxy32.56410.27780.2004
Hunter Lab57.065041.3399-48.1560
CIE-Lab63.806446.1131-46.4095

#c27eee color RGB value is (194,126,238).

#c27eee hex color red value is 194, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c27eee hue: 0.77 , saturation: 0.77 and the lightness value of c27eee is 0.71.

The process color (four color CMYK) of #c27eee color hex is 0.18, 0.47, 0.00, 0.07. Web safe color of #c27eee is #cc66ff. Color #c27eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11101110
Octal 302 176 356
Decimal 194 126 238
Hex C2 7E EE

RGB Percentages of Color #c27eee

%34.77
%22.58
%42.65

CMYK Percentages of Color #c27eee

%18
%47
%0
%7

Triadic Colors of #c27eee

#c27eee #eec27e #7eeec2

Analogous Colors of #c27eee

#c27eee #ee7ee2 #8a7eee

Monochromatic Colors of #c27eee

#c27eee

Complementary Color

#c27eee #aaee7e

#c27eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27eee Color CSS Codes

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

#c27eee Text Font Color

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

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


#c27eee Background Color

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

This div background color is #c27eee


#c27eee Border Color

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

This div border color is #c27eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27eee


Comments

No comments written yet.

Please login to write comment.