Color Hex Logo

#c276ec Color Hex

#C276EC
(194,118,236)
0 Favorites   0 Comments

Color spaces of #c276ec

RGB 194118236
HSL0.770.760.69
HSV279°50°93°
CMYK 0.180.500.00   0.07
XYZ43.866930.482382.9285
Yxy30.48230.27890.1938
Hunter Lab55.210845.2057-50.4081
CIE-Lab62.068249.8985-48.0462

#c276ec color RGB value is (194,118,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 11101100
Octal 302 166 354
Decimal 194 118 236
Hex C2 76 EC

RGB Percentages of Color #c276ec

%35.40
%21.53
%43.07

CMYK Percentages of Color #c276ec

%18
%50
%0
%7

Triadic Colors of #c276ec

#c276ec #ecc276 #76ecc2

Analogous Colors of #c276ec

#c276ec #ec76db #8776ec

Monochromatic Colors of #c276ec

#c276ec

Complementary Color

#c276ec #a0ec76

#c276ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c276ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c276ec Color CSS Codes

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

#c276ec Text Font Color

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

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


#c276ec Background Color

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

This div background color is #c276ec


#c276ec Border Color

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

This div border color is #c276ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c276ec


Comments

No comments written yet.

Please login to write comment.