Color Hex Logo

#c20bbe Color Hex

#C20BBE
(194,11,190)
0 Favorites   0 Comments

Color spaces of #c20bbe

RGB 19411190
HSL0.840.890.40
HSV301°94°76°
CMYK 0.000.940.02   0.24
XYZ31.662115.426450.0240
Yxy15.42640.32600.1589
Hunter Lab39.276575.1612-48.0205
CIE-Lab46.212878.4483-47.0615

#c20bbe color RGB value is (194,11,190).

#c20bbe hex color red value is 194, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c20bbe hue: 0.84 , saturation: 0.89 and the lightness value of c20bbe is 0.40.

The process color (four color CMYK) of #c20bbe color hex is 0.00, 0.94, 0.02, 0.24. Web safe color of #c20bbe is #cc00cc. Color #c20bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001011 10111110
Octal 302 13 276
Decimal 194 11 190
Hex C2 B BE

RGB Percentages of Color #c20bbe

%49.11
%2.78
%48.10

CMYK Percentages of Color #c20bbe

%0
%94
%2
%24

Triadic Colors of #c20bbe

#c20bbe #bec20b #0bbec2

Analogous Colors of #c20bbe

#c20bbe #c20b62 #6b0bc2

Monochromatic Colors of #c20bbe

#c20bbe

Complementary Color

#c20bbe #0bc20f

#c20bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20bbe Color CSS Codes

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

#c20bbe Text Font Color

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

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


#c20bbe Background Color

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

This div background color is #c20bbe


#c20bbe Border Color

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

This div border color is #c20bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,11,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c20bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c20bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #c20bbe;
  box-shadow:         1px 1px 3px 2px #c20bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,11,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20bbe


Comments

No comments written yet.

Please login to write comment.