Color Hex Logo

#c277fc Color Hex

#C277FC
(194,119,252)
0 Favorites   0 Comments

Color spaces of #c277fc

RGB 194119252
HSL0.760.960.73
HSV274°53°99°
CMYK 0.230.530.00   0.01
XYZ46.415631.691395.7661
Yxy31.69130.26700.1823
Hunter Lab56.295048.6581-61.4545
CIE-Lab63.086952.8502-55.2661

#c277fc color RGB value is (194,119,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11111100
Octal 302 167 374
Decimal 194 119 252
Hex C2 77 FC

RGB Percentages of Color #c277fc

%34.34
%21.06
%44.60

CMYK Percentages of Color #c277fc

%23
%53
%0
%1

Triadic Colors of #c277fc

#c277fc #fcc277 #77fcc2

Analogous Colors of #c277fc

#c277fc #fc77f4 #8077fc

Monochromatic Colors of #c277fc

#c277fc

Complementary Color

#c277fc #b1fc77

#c277fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277fc Color CSS Codes

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

#c277fc Text Font Color

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

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


#c277fc Background Color

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

This div background color is #c277fc


#c277fc Border Color

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

This div border color is #c277fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277fc

Related Colors


Comments

No comments written yet.

Please login to write comment.