color codes Logo

#c76fbc color codes

#C76FBC
(199,111,188)
0 Favorites   0 Comments

Color spaces of #c76fbc

RGB 199111188
HSL0.850.440.61
HSV308°44°78°
CMYK 0.000.440.06   0.22
XYZ38.314727.141850.7964
Yxy27.14180.32960.2335
Hunter Lab52.097840.1046-21.3405
CIE-Lab59.105345.6265-25.6232

#c76fbc color RGB value is (199,111,188).

#c76fbc hex color red value is 199, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c76fbc hue: 0.85 , saturation: 0.44 and the lightness value of c76fbc is 0.61.

The process color (four color CMYK) of #c76fbc color code is 0.00, 0.44, 0.06, 0.22. Web safe color of #c76fbc is #cc66cc. Color #c76fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 10111100
Octal 307 157 274
Decimal 199 111 188
Hex C7 6F BC

RGB Percentages of Color #c76fbc

%39.96
%22.29
%37.75

CMYK Percentages of Color #c76fbc

%0
%44
%6
%22

Triadic Colors of #c76fbc

#c76fbc #bcc76f #6fbcc7

Analogous Colors of #c76fbc

#c76fbc #c76f90 #a66fc7

Monochromatic Colors of #c76fbc

#c76fbc

Complementary Color

#c76fbc #6fc77a

#c76fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76fbc Color CSS Codes

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

#c76fbc Text Font Color

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

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


#c76fbc Background Color

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

This div background color is #c76fbc


#c76fbc Border Color

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

This div border color is #c76fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,111,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76fbc


Comments

No comments written yet.

Please login to write comment.