Color Hex Logo

#c27eef Color Hex

#C27EEF
(194,126,239)
0 Favorites   0 Comments

Color spaces of #c27eef

RGB 194126239
HSL0.770.780.72
HSV276°47°94°
CMYK 0.190.470.00   0.06
XYZ45.289032.623085.5712
Yxy32.62300.27700.1995
Hunter Lab57.116541.5827-48.8459
CIE-Lab63.854546.3300-46.8862

#c27eef color RGB value is (194,126,239).

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

The process color (four color CMYK) of #c27eef color hex is 0.19, 0.47, 0.00, 0.06. Web safe color of #c27eef is #cc66ff. Color #c27eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11101111
Octal 302 176 357
Decimal 194 126 239
Hex C2 7E EF

RGB Percentages of Color #c27eef

%34.70
%22.54
%42.75

CMYK Percentages of Color #c27eef

%19
%47
%0
%6

Triadic Colors of #c27eef

#c27eef #efc27e #7eefc2

Analogous Colors of #c27eef

#c27eef #ef7ee4 #8a7eef

Monochromatic Colors of #c27eef

#c27eef

Complementary Color

#c27eef #abef7e

#c27eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27eef Color CSS Codes

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

#c27eef Text Font Color

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

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


#c27eef Background Color

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

This div background color is #c27eef


#c27eef Border Color

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

This div border color is #c27eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27eef


Comments

No comments written yet.

Please login to write comment.