Color Hex Logo

#c277ee Color Hex

#C277EE
(194,119,238)
0 Favorites   0 Comments

Color spaces of #c277ee

RGB 194119238
HSL0.770.780.70
HSV278°50°93°
CMYK 0.180.500.00   0.07
XYZ44.277630.836084.5072
Yxy30.83600.27740.1932
Hunter Lab55.530245.1512-51.3579
CIE-Lab62.368949.8041-48.6793

#c277ee color RGB value is (194,119,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11101110
Octal 302 167 356
Decimal 194 119 238
Hex C2 77 EE

RGB Percentages of Color #c277ee

%35.21
%21.60
%43.19

CMYK Percentages of Color #c277ee

%18
%50
%0
%7

Triadic Colors of #c277ee

#c277ee #eec277 #77eec2

Analogous Colors of #c277ee

#c277ee #ee77df #8777ee

Monochromatic Colors of #c277ee

#c277ee

Complementary Color

#c277ee #a3ee77

#c277ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277ee Color CSS Codes

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

#c277ee Text Font Color

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

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


#c277ee Background Color

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

This div background color is #c277ee


#c277ee Border Color

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

This div border color is #c277ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277ee


Comments

No comments written yet.

Please login to write comment.