Color Hex Logo

#c276fc Color Hex

#C276FC
(194,118,252)
0 Favorites   0 Comments

Color spaces of #c276fc

RGB 194118252
HSL0.760.960.73
HSV274°53°99°
CMYK 0.230.530.00   0.01
XYZ46.297331.454595.7266
Yxy31.45450.26690.1813
Hunter Lab56.084349.2033-61.9392
CIE-Lab62.889453.3666-55.5802

#c276fc color RGB value is (194,118,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 11111100
Octal 302 166 374
Decimal 194 118 252
Hex C2 76 FC

RGB Percentages of Color #c276fc

%34.40
%20.92
%44.68

CMYK Percentages of Color #c276fc

%23
%53
%0
%1

Triadic Colors of #c276fc

#c276fc #fcc276 #76fcc2

Analogous Colors of #c276fc

#c276fc #fc76f3 #7f76fc

Monochromatic Colors of #c276fc

#c276fc

Complementary Color

#c276fc #b0fc76

#c276fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c276fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c276fc Color CSS Codes

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

#c276fc Text Font Color

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

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


#c276fc Background Color

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

This div background color is #c276fc


#c276fc Border Color

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

This div border color is #c276fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c276fc

Related Colors


Comments

No comments written yet.

Please login to write comment.