Color Hex Logo

#c020bc Color Hex

#C020BC
(192,32,188)
0 Favorites   0 Comments

Color spaces of #c020bc

RGB 19232188
HSL0.840.710.44
HSV302°83°75°
CMYK 0.000.830.02   0.25
XYZ31.331815.870348.9889
Yxy15.87030.32570.1650
Hunter Lab39.837570.6726-45.0236
CIE-Lab46.803974.6910-44.9706

#c020bc color RGB value is (192,32,188).

#c020bc hex color red value is 192, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c020bc hue: 0.84 , saturation: 0.71 and the lightness value of c020bc is 0.44.

The process color (four color CMYK) of #c020bc color hex is 0.00, 0.83, 0.02, 0.25. Web safe color of #c020bc is #cc33cc. Color #c020bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 10111100
Octal 300 40 274
Decimal 192 32 188
Hex C0 20 BC

RGB Percentages of Color #c020bc

%46.60
%7.77
%45.63

CMYK Percentages of Color #c020bc

%0
%83
%2
%25

Triadic Colors of #c020bc

#c020bc #bcc020 #20bcc0

Analogous Colors of #c020bc

#c020bc #c0206c #7420c0

Monochromatic Colors of #c020bc

#c020bc

Complementary Color

#c020bc #20c024

#c020bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c020bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c020bc Color CSS Codes

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

#c020bc Text Font Color

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

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


#c020bc Background Color

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

This div background color is #c020bc


#c020bc Border Color

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

This div border color is #c020bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c020bc


Comments

No comments written yet.

Please login to write comment.