Color Hex Logo

#c05fbe Color Hex

#C05FBE
(192,95,190)
0 Favorites   0 Comments

Color spaces of #c05fbe

RGB 19295190
HSL0.840.430.56
HSV301°51°75°
CMYK 0.000.510.01   0.25
XYZ35.124723.108651.3243
Yxy23.10860.32060.2109
Hunter Lab48.071446.3010-29.6521
CIE-Lab55.184051.9797-32.9196

#c05fbe color RGB value is (192,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 10111110
Octal 300 137 276
Decimal 192 95 190
Hex C0 5F BE

RGB Percentages of Color #c05fbe

%40.25
%19.92
%39.83

CMYK Percentages of Color #c05fbe

%0
%51
%1
%25

Triadic Colors of #c05fbe

#c05fbe #bec05f #5fbec0

Analogous Colors of #c05fbe

#c05fbe #c05f8e #925fc0

Monochromatic Colors of #c05fbe

#c05fbe

Complementary Color

#c05fbe #5fc061

#c05fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05fbe Color CSS Codes

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

#c05fbe Text Font Color

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

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


#c05fbe Background Color

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

This div background color is #c05fbe


#c05fbe Border Color

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

This div border color is #c05fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05fbe


Comments

No comments written yet.

Please login to write comment.