Color Hex Logo

#c276ef Color Hex

#C276EF
(194,118,239)
0 Favorites   0 Comments

Color spaces of #c276ef

RGB 194118239
HSL0.770.790.70
HSV278°51°94°
CMYK 0.190.510.00   0.06
XYZ44.306630.658285.2438
Yxy30.65820.27660.1914
Hunter Lab55.369845.9373-52.5201
CIE-Lab62.218050.5392-49.4720

#c276ef color RGB value is (194,118,239).

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

The process color (four color CMYK) of #c276ef color hex is 0.19, 0.51, 0.00, 0.06. Web safe color of #c276ef is #cc66ff. Color #c276ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 11101111
Octal 302 166 357
Decimal 194 118 239
Hex C2 76 EF

RGB Percentages of Color #c276ef

%35.21
%21.42
%43.38

CMYK Percentages of Color #c276ef

%19
%51
%0
%6

Triadic Colors of #c276ef

#c276ef #efc276 #76efc2

Analogous Colors of #c276ef

#c276ef #ef76e0 #8676ef

Monochromatic Colors of #c276ef

#c276ef

Complementary Color

#c276ef #a3ef76

#c276ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c276ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c276ef Color CSS Codes

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

#c276ef Text Font Color

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

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


#c276ef Background Color

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

This div background color is #c276ef


#c276ef Border Color

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

This div border color is #c276ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c276ef


Comments

No comments written yet.

Please login to write comment.