Color Hex Logo

#c020bb Color Hex

#C020BB
(192,32,187)
0 Favorites   0 Comments

Color spaces of #c020bb

RGB 19232187
HSL0.840.710.44
HSV302°83°75°
CMYK 0.000.830.03   0.25
XYZ31.224415.827348.4230
Yxy15.82730.32700.1658
Hunter Lab39.783570.4758-44.3170
CIE-Lab46.747174.5406-44.4760

#c020bb color RGB value is (192,32,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 10111011
Octal 300 40 273
Decimal 192 32 187
Hex C0 20 BB

RGB Percentages of Color #c020bb

%46.72
%7.79
%45.50

CMYK Percentages of Color #c020bb

%0
%83
%3
%25

Triadic Colors of #c020bb

#c020bb #bbc020 #20bbc0

Analogous Colors of #c020bb

#c020bb #c0206b #7520c0

Monochromatic Colors of #c020bb

#c020bb

Complementary Color

#c020bb #20c025

#c020bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c020bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c020bb Color CSS Codes

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

#c020bb Text Font Color

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

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


#c020bb Background Color

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

This div background color is #c020bb


#c020bb Border Color

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

This div border color is #c020bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c020bb


Comments

No comments written yet.

Please login to write comment.