Color Hex Logo

#c05fbb Color Hex

#C05FBB
(192,95,187)
0 Favorites   0 Comments

Color spaces of #c05fbb

RGB 19295187
HSL0.840.430.56
HSV303°51°75°
CMYK 0.000.510.03   0.25
XYZ34.800122.978749.6149
Yxy22.97870.32400.2140
Hunter Lab47.936145.6972-27.8112
CIE-Lab55.050451.4470-31.4024

#c05fbb color RGB value is (192,95,187).

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

The process color (four color CMYK) of #c05fbb color hex is 0.00, 0.51, 0.03, 0.25. Web safe color of #c05fbb is #cc66cc. Color #c05fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 10111011
Octal 300 137 273
Decimal 192 95 187
Hex C0 5F BB

RGB Percentages of Color #c05fbb

%40.51
%20.04
%39.45

CMYK Percentages of Color #c05fbb

%0
%51
%3
%25

Triadic Colors of #c05fbb

#c05fbb #bbc05f #5fbbc0

Analogous Colors of #c05fbb

#c05fbb #c05f8b #955fc0

Monochromatic Colors of #c05fbb

#c05fbb

Complementary Color

#c05fbb #5fc064

#c05fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05fbb Color CSS Codes

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

#c05fbb Text Font Color

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

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


#c05fbb Background Color

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

This div background color is #c05fbb


#c05fbb Border Color

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

This div border color is #c05fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05fbb


Comments

No comments written yet.

Please login to write comment.