Color Hex Logo

#c058bf Color Hex

#C058BF
(192,88,191)
0 Favorites   0 Comments

Color spaces of #c058bf

RGB 19288191
HSL0.830.450.55
HSV301°54°75°
CMYK 0.000.540.01   0.25
XYZ34.631921.947551.7012
Yxy21.94750.31980.2027
Hunter Lab46.848249.9696-32.6382
CIE-Lab53.971355.5212-35.3906

#c058bf color RGB value is (192,88,191).

#c058bf hex color red value is 192, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c058bf hue: 0.83 , saturation: 0.45 and the lightness value of c058bf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10111111
Octal 300 130 277
Decimal 192 88 191
Hex C0 58 BF

RGB Percentages of Color #c058bf

%40.76
%18.68
%40.55

CMYK Percentages of Color #c058bf

%0
%54
%1
%25

Triadic Colors of #c058bf

#c058bf #bfc058 #58bfc0

Analogous Colors of #c058bf

#c058bf #c0588b #8d58c0

Monochromatic Colors of #c058bf

#c058bf

Complementary Color

#c058bf #58c059

#c058bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058bf Color CSS Codes

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

#c058bf Text Font Color

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

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


#c058bf Background Color

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

This div background color is #c058bf


#c058bf Border Color

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

This div border color is #c058bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058bf


Comments

No comments written yet.

Please login to write comment.