Color Hex Logo

#c76bec Color Hex

#C76BEC
(199,107,236)
0 Favorites   0 Comments

Color spaces of #c76bec

RGB 199107236
HSL0.790.770.67
HSV283°55°93°
CMYK 0.160.550.00   0.07
XYZ43.951228.713682.5827
Yxy28.71360.28310.1850
Hunter Lab53.585152.6342-53.8653
CIE-Lab60.528056.7843-50.4473

#c76bec color RGB value is (199,107,236).

#c76bec hex color red value is 199, green value is 107 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c76bec hue: 0.79 , saturation: 0.77 and the lightness value of c76bec is 0.67.

The process color (four color CMYK) of #c76bec color hex is 0.16, 0.55, 0.00, 0.07. Web safe color of #c76bec is #cc66ff. Color #c76bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101011 11101100
Octal 307 153 354
Decimal 199 107 236
Hex C7 6B EC

RGB Percentages of Color #c76bec

%36.72
%19.74
%43.54

CMYK Percentages of Color #c76bec

%16
%55
%0
%7

Triadic Colors of #c76bec

#c76bec #ecc76b #6becc7

Analogous Colors of #c76bec

#c76bec #ec6bd1 #876bec

Monochromatic Colors of #c76bec

#c76bec

Complementary Color

#c76bec #90ec6b

#c76bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76bec Color CSS Codes

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

#c76bec Text Font Color

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

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


#c76bec Background Color

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

This div background color is #c76bec


#c76bec Border Color

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

This div border color is #c76bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76bec


Comments

No comments written yet.

Please login to write comment.