Color Hex Logo

#c03bbd Color Hex

#C03BBD
(192,59,189)
0 Favorites   0 Comments

Color spaces of #c03bbd

RGB 19259189
HSL0.840.530.49
HSV301°69°75°
CMYK 0.000.690.02   0.25
XYZ32.487518.008549.9078
Yxy18.00850.32360.1794
Hunter Lab42.436462.3882-40.0231
CIE-Lab49.506467.2377-41.2633

#c03bbd color RGB value is (192,59,189).

#c03bbd hex color red value is 192, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c03bbd hue: 0.84 , saturation: 0.53 and the lightness value of c03bbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111011 10111101
Octal 300 73 275
Decimal 192 59 189
Hex C0 3B BD

RGB Percentages of Color #c03bbd

%43.64
%13.41
%42.95

CMYK Percentages of Color #c03bbd

%0
%69
%2
%25

Triadic Colors of #c03bbd

#c03bbd #bdc03b #3bbdc0

Analogous Colors of #c03bbd

#c03bbd #c03b7b #813bc0

Monochromatic Colors of #c03bbd

#c03bbd

Complementary Color

#c03bbd #3bc03e

#c03bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03bbd Color CSS Codes

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

#c03bbd Text Font Color

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

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


#c03bbd Background Color

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

This div background color is #c03bbd


#c03bbd Border Color

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

This div border color is #c03bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03bbd


Comments

No comments written yet.

Please login to write comment.