Color Hex Logo

#c033bc Color Hex

#C033BC
(192,51,188)
0 Favorites   0 Comments

Color spaces of #c033bc

RGB 19251188
HSL0.840.580.48
HSV302°73°75°
CMYK 0.000.730.02   0.25
XYZ31.999217.205049.2113
Yxy17.20500.32510.1748
Hunter Lab41.478965.1170-41.3074
CIE-Lab48.517369.7407-42.2479

#c033bc color RGB value is (192,51,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 10111100
Octal 300 63 274
Decimal 192 51 188
Hex C0 33 BC

RGB Percentages of Color #c033bc

%44.55
%11.83
%43.62

CMYK Percentages of Color #c033bc

%0
%73
%2
%25

Triadic Colors of #c033bc

#c033bc #bcc033 #33bcc0

Analogous Colors of #c033bc

#c033bc #c03376 #7e33c0

Monochromatic Colors of #c033bc

#c033bc

Complementary Color

#c033bc #33c037

#c033bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c033bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c033bc Color CSS Codes

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

#c033bc Text Font Color

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

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


#c033bc Background Color

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

This div background color is #c033bc


#c033bc Border Color

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

This div border color is #c033bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c033bc


Comments

No comments written yet.

Please login to write comment.