Color Hex Logo

#c76bda Color Hex

#C76BDA
(199,107,218)
0 Favorites   0 Comments

Color spaces of #c76bda

RGB 199107218
HSL0.800.600.64
HSV290°51°85°
CMYK 0.090.510.00   0.15
XYZ41.465827.719569.4946
Yxy27.71950.29900.1999
Hunter Lab52.649348.4476-41.4055
CIE-Lab59.634553.2058-41.7933

#c76bda color RGB value is (199,107,218).

#c76bda hex color red value is 199, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c76bda hue: 0.80 , saturation: 0.60 and the lightness value of c76bda is 0.64.

The process color (four color CMYK) of #c76bda color hex is 0.09, 0.51, 0.00, 0.15. Web safe color of #c76bda is #cc66cc. Color #c76bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101011 11011010
Octal 307 153 332
Decimal 199 107 218
Hex C7 6B DA

RGB Percentages of Color #c76bda

%37.98
%20.42
%41.60

CMYK Percentages of Color #c76bda

%9
%51
%0
%15

Triadic Colors of #c76bda

#c76bda #dac76b #6bdac7

Analogous Colors of #c76bda

#c76bda #da6bb6 #906bda

Monochromatic Colors of #c76bda

#c76bda

Complementary Color

#c76bda #7eda6b

#c76bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76bda Color CSS Codes

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

#c76bda Text Font Color

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

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


#c76bda Background Color

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

This div background color is #c76bda


#c76bda Border Color

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

This div border color is #c76bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76bda


Comments

No comments written yet.

Please login to write comment.