Color Hex Logo

#c27eda Color Hex

#C27EDA
(194,126,218)
0 Favorites   0 Comments

Color spaces of #c27eda

RGB 194126218
HSL0.790.550.67
HSV284°42°85°
CMYK 0.110.420.00   0.15
XYZ42.363931.453070.1679
Yxy31.45300.29420.2184
Hunter Lab56.083036.6899-34.9223
CIE-Lab62.888241.8994-36.7378

#c27eda color RGB value is (194,126,218).

#c27eda hex color red value is 194, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c27eda hue: 0.79 , saturation: 0.55 and the lightness value of c27eda is 0.67.

The process color (four color CMYK) of #c27eda color hex is 0.11, 0.42, 0.00, 0.15. Web safe color of #c27eda is #cc66cc. Color #c27eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11011010
Octal 302 176 332
Decimal 194 126 218
Hex C2 7E DA

RGB Percentages of Color #c27eda

%36.06
%23.42
%40.52

CMYK Percentages of Color #c27eda

%11
%42
%0
%15

Triadic Colors of #c27eda

#c27eda #dac27e #7edac2

Analogous Colors of #c27eda

#c27eda #da7ec4 #947eda

Monochromatic Colors of #c27eda

#c27eda

Complementary Color

#c27eda #96da7e

#c27eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27eda Color CSS Codes

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

#c27eda Text Font Color

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

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


#c27eda Background Color

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

This div background color is #c27eda


#c27eda Border Color

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

This div border color is #c27eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27eda


Comments

No comments written yet.

Please login to write comment.