Color Hex Logo

#c02bbb Color Hex

#C02BBB
(192,43,187)
0 Favorites   0 Comments

Color spaces of #c02bbb

RGB 19243187
HSL0.840.630.46
HSV302°78°75°
CMYK 0.000.780.03   0.25
XYZ31.571716.522148.5388
Yxy16.52210.32670.1710
Hunter Lab40.647467.5119-42.3476
CIE-Lab47.652171.9139-43.0372

#c02bbb color RGB value is (192,43,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101011 10111011
Octal 300 53 273
Decimal 192 43 187
Hex C0 2B BB

RGB Percentages of Color #c02bbb

%45.50
%10.19
%44.31

CMYK Percentages of Color #c02bbb

%0
%78
%3
%25

Triadic Colors of #c02bbb

#c02bbb #bbc02b #2bbbc0

Analogous Colors of #c02bbb

#c02bbb #c02b71 #7b2bc0

Monochromatic Colors of #c02bbb

#c02bbb

Complementary Color

#c02bbb #2bc030

#c02bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02bbb Color CSS Codes

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

#c02bbb Text Font Color

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

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


#c02bbb Background Color

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

This div background color is #c02bbb


#c02bbb Border Color

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

This div border color is #c02bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02bbb


Comments

No comments written yet.

Please login to write comment.