Color Hex Logo

#c277ef Color Hex

#C277EF
(194,119,239)
0 Favorites   0 Comments

Color spaces of #c277ef

RGB 194119239
HSL0.770.790.70
HSV278°50°94°
CMYK 0.190.500.00   0.06
XYZ44.424930.895085.2832
Yxy30.89500.27660.1924
Hunter Lab55.583345.3953-52.0623
CIE-Lab62.418950.0182-49.1541

#c277ef color RGB value is (194,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11101111
Octal 302 167 357
Decimal 194 119 239
Hex C2 77 EF

RGB Percentages of Color #c277ef

%35.14
%21.56
%43.30

CMYK Percentages of Color #c277ef

%19
%50
%0
%6

Triadic Colors of #c277ef

#c277ef #efc277 #77efc2

Analogous Colors of #c277ef

#c277ef #ef77e0 #8677ef

Monochromatic Colors of #c277ef

#c277ef

Complementary Color

#c277ef #a4ef77

#c277ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277ef Color CSS Codes

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

#c277ef Text Font Color

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

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


#c277ef Background Color

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

This div background color is #c277ef


#c277ef Border Color

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

This div border color is #c277ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,119,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 #c277ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277ef


Comments

No comments written yet.

Please login to write comment.