Color Hex Logo

#c06bca Color Hex

#C06BCA
(192,107,202)
0 Favorites   0 Comments

Color spaces of #c06bca

RGB 192107202
HSL0.820.470.61
HSV294°47°79°
CMYK 0.050.470.00   0.21
XYZ37.656625.986158.9082
Yxy25.98610.30730.2120
Hunter Lab50.976642.6497-32.8316
CIE-Lab58.023948.1612-35.3405

#c06bca color RGB value is (192,107,202).

#c06bca hex color red value is 192, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c06bca hue: 0.82 , saturation: 0.47 and the lightness value of c06bca is 0.61.

The process color (four color CMYK) of #c06bca color hex is 0.05, 0.47, 0.00, 0.21. Web safe color of #c06bca is #cc66cc. Color #c06bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11001010
Octal 300 153 312
Decimal 192 107 202
Hex C0 6B CA

RGB Percentages of Color #c06bca

%38.32
%21.36
%40.32

CMYK Percentages of Color #c06bca

%5
%47
%0
%21

Triadic Colors of #c06bca

#c06bca #cac06b #6bcac0

Analogous Colors of #c06bca

#c06bca #ca6ba5 #916bca

Monochromatic Colors of #c06bca

#c06bca

Complementary Color

#c06bca #75ca6b

#c06bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06bca Color CSS Codes

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

#c06bca Text Font Color

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

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


#c06bca Background Color

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

This div background color is #c06bca


#c06bca Border Color

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

This div border color is #c06bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06bca


Comments

No comments written yet.

Please login to write comment.