Color Hex Logo

#c03fbb Color Hex

#C03FBB
(192,63,187)
0 Favorites   0 Comments

Color spaces of #c03fbb

RGB 19263187
HSL0.840.510.50
HSV302°67°75°
CMYK 0.000.670.03   0.25
XYZ32.485418.349348.8433
Yxy18.34930.32590.1841
Hunter Lab42.836160.4051-37.6194
CIE-Lab49.917165.4601-39.4510

#c03fbb color RGB value is (192,63,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 10111011
Octal 300 77 273
Decimal 192 63 187
Hex C0 3F BB

RGB Percentages of Color #c03fbb

%43.44
%14.25
%42.31

CMYK Percentages of Color #c03fbb

%0
%67
%3
%25

Triadic Colors of #c03fbb

#c03fbb #bbc03f #3fbbc0

Analogous Colors of #c03fbb

#c03fbb #c03f7b #853fc0

Monochromatic Colors of #c03fbb

#c03fbb

Complementary Color

#c03fbb #3fc044

#c03fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03fbb Color CSS Codes

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

#c03fbb Text Font Color

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

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


#c03fbb Background Color

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

This div background color is #c03fbb


#c03fbb Border Color

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

This div border color is #c03fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03fbb


Comments

No comments written yet.

Please login to write comment.