Color Hex Logo

#c06bda Color Hex

#C06BDA
(192,107,218)
0 Favorites   0 Comments

Color spaces of #c06bda

RGB 192107218
HSL0.790.600.64
HSV286°51°85°
CMYK 0.120.510.00   0.15
XYZ39.650826.783869.4096
Yxy26.78380.29190.1972
Hunter Lab51.753146.1906-43.2908
CIE-Lab58.773751.3005-43.2072

#c06bda color RGB value is (192,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11011010
Octal 300 153 332
Decimal 192 107 218
Hex C0 6B DA

RGB Percentages of Color #c06bda

%37.14
%20.70
%42.17

CMYK Percentages of Color #c06bda

%12
%51
%0
%15

Triadic Colors of #c06bda

#c06bda #dac06b #6bdac0

Analogous Colors of #c06bda

#c06bda #da6bbd #896bda

Monochromatic Colors of #c06bda

#c06bda

Complementary Color

#c06bda #85da6b

#c06bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06bda Color CSS Codes

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

#c06bda Text Font Color

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

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


#c06bda Background Color

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

This div background color is #c06bda


#c06bda Border Color

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

This div border color is #c06bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06bda


Comments

No comments written yet.

Please login to write comment.