Color Hex Logo

#c27eca Color Hex

#C27ECA
(194,126,202)
0 Favorites   0 Comments

Color spaces of #c27eca

RGB 194126202
HSL0.820.420.64
HSV294°38°79°
CMYK 0.040.380.00   0.21
XYZ40.369730.655359.6665
Yxy30.65530.30890.2346
Hunter Lab55.367233.2564-25.1368
CIE-Lab62.215638.7092-28.8097

#c27eca color RGB value is (194,126,202).

#c27eca hex color red value is 194, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c27eca hue: 0.82 , saturation: 0.42 and the lightness value of c27eca is 0.64.

The process color (four color CMYK) of #c27eca color hex is 0.04, 0.38, 0.00, 0.21. Web safe color of #c27eca is #cc66cc. Color #c27eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11001010
Octal 302 176 312
Decimal 194 126 202
Hex C2 7E CA

RGB Percentages of Color #c27eca

%37.16
%24.14
%38.70

CMYK Percentages of Color #c27eca

%4
%38
%0
%21

Triadic Colors of #c27eca

#c27eca #cac27e #7ecac2

Analogous Colors of #c27eca

#c27eca #ca7eac #9c7eca

Monochromatic Colors of #c27eca

#c27eca

Complementary Color

#c27eca #86ca7e

#c27eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27eca Color CSS Codes

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

#c27eca Text Font Color

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

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


#c27eca Background Color

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

This div background color is #c27eca


#c27eca Border Color

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

This div border color is #c27eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27eca


Comments

No comments written yet.

Please login to write comment.