Color Hex Logo

#c277eb Color Hex

#C277EB
(194,119,235)
0 Favorites   0 Comments

Color spaces of #c277eb

RGB 194119235
HSL0.770.740.69
HSV279°49°92°
CMYK 0.170.490.00   0.08
XYZ43.840430.661182.2048
Yxy30.66110.27980.1957
Hunter Lab55.372544.4231-49.2600
CIE-Lab62.220549.1640-47.2507

#c277eb color RGB value is (194,119,235).

#c277eb hex color red value is 194, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c277eb hue: 0.77 , saturation: 0.74 and the lightness value of c277eb is 0.69.

The process color (four color CMYK) of #c277eb color hex is 0.17, 0.49, 0.00, 0.08. Web safe color of #c277eb is #cc66ff. Color #c277eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11101011
Octal 302 167 353
Decimal 194 119 235
Hex C2 77 EB

RGB Percentages of Color #c277eb

%35.40
%21.72
%42.88

CMYK Percentages of Color #c277eb

%17
%49
%0
%8

Triadic Colors of #c277eb

#c277eb #ebc277 #77ebc2

Analogous Colors of #c277eb

#c277eb #eb77da #8877eb

Monochromatic Colors of #c277eb

#c277eb

Complementary Color

#c277eb #a0eb77

#c277eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277eb Color CSS Codes

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

#c277eb Text Font Color

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

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


#c277eb Background Color

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

This div background color is #c277eb


#c277eb Border Color

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

This div border color is #c277eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277eb


Comments

No comments written yet.

Please login to write comment.