Color Hex Logo

#c27eed Color Hex

#C27EED
(194,126,237)
0 Favorites   0 Comments

Color spaces of #c27eed

RGB 194126237
HSL0.770.760.71
HSV277°47°93°
CMYK 0.180.470.00   0.07
XYZ44.995132.505584.0234
Yxy32.50550.27860.2012
Hunter Lab57.013641.0983-47.4687
CIE-Lab63.758545.8971-45.9321

#c27eed color RGB value is (194,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11101101
Octal 302 176 355
Decimal 194 126 237
Hex C2 7E ED

RGB Percentages of Color #c27eed

%34.83
%22.62
%42.55

CMYK Percentages of Color #c27eed

%18
%47
%0
%7

Triadic Colors of #c27eed

#c27eed #edc27e #7eedc2

Analogous Colors of #c27eed

#c27eed #ed7ee1 #8b7eed

Monochromatic Colors of #c27eed

#c27eed

Complementary Color

#c27eed #a9ed7e

#c27eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27eed Color CSS Codes

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

#c27eed Text Font Color

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

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


#c27eed Background Color

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

This div background color is #c27eed


#c27eed Border Color

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

This div border color is #c27eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27eed


Comments

No comments written yet.

Please login to write comment.