Color Hex Logo

#c033bb Color Hex

#C033BB
(192,51,187)
0 Favorites   0 Comments

Color spaces of #c033bb

RGB 19251187
HSL0.840.580.48
HSV302°73°75°
CMYK 0.000.730.03   0.25
XYZ31.891717.162048.6454
Yxy17.16200.32640.1757
Hunter Lab41.427064.9170-40.6219
CIE-Lab48.463569.5827-41.7501

#c033bb color RGB value is (192,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 10111011
Octal 300 63 273
Decimal 192 51 187
Hex C0 33 BB

RGB Percentages of Color #c033bb

%44.65
%11.86
%43.49

CMYK Percentages of Color #c033bb

%0
%73
%3
%25

Triadic Colors of #c033bb

#c033bb #bbc033 #33bbc0

Analogous Colors of #c033bb

#c033bb #c03375 #7f33c0

Monochromatic Colors of #c033bb

#c033bb

Complementary Color

#c033bb #33c038

#c033bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c033bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c033bb Color CSS Codes

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

#c033bb Text Font Color

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

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


#c033bb Background Color

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

This div background color is #c033bb


#c033bb Border Color

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

This div border color is #c033bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c033bb


Comments

No comments written yet.

Please login to write comment.