Color Hex Logo

#c277fe Color Hex

#C277FE
(194,119,254)
0 Favorites   0 Comments

Color spaces of #c277fe

RGB 194119254
HSL0.760.990.73
HSV273°53°100°
CMYK 0.240.530.00   0.00
XYZ46.734431.818797.4444
Yxy31.81870.26550.1808
Hunter Lab56.408149.1741-62.9373
CIE-Lab63.192853.2934-56.1965

#c277fe color RGB value is (194,119,254).

#c277fe hex color red value is 194, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c277fe hue: 0.76 , saturation: 0.99 and the lightness value of c277fe is 0.73.

The process color (four color CMYK) of #c277fe color hex is 0.24, 0.53, 0.00, 0.00. Web safe color of #c277fe is #cc66ff. Color #c277fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11111110
Octal 302 167 376
Decimal 194 119 254
Hex C2 77 FE

RGB Percentages of Color #c277fe

%34.22
%20.99
%44.80

CMYK Percentages of Color #c277fe

%24
%53
%0
%0

Triadic Colors of #c277fe

#c277fe #fec277 #77fec2

Analogous Colors of #c277fe

#c277fe #fe77f7 #7f77fe

Monochromatic Colors of #c277fe

#c277fe

Complementary Color

#c277fe #b3fe77

#c277fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277fe Color CSS Codes

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

#c277fe Text Font Color

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

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


#c277fe Background Color

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

This div background color is #c277fe


#c277fe Border Color

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

This div border color is #c277fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277fe


Comments

No comments written yet.

Please login to write comment.