Color Hex Logo

#c058bb Color Hex

#C058BB
(192,88,187)
0 Favorites   0 Comments

Color spaces of #c058bb

RGB 19288187
HSL0.840.450.55
HSV303°54°75°
CMYK 0.000.540.03   0.25
XYZ34.197621.773849.4141
Yxy21.77380.32450.2066
Hunter Lab46.662449.1586-30.1227
CIE-Lab53.786254.8199-33.3742

#c058bb color RGB value is (192,88,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10111011
Octal 300 130 273
Decimal 192 88 187
Hex C0 58 BB

RGB Percentages of Color #c058bb

%41.11
%18.84
%40.04

CMYK Percentages of Color #c058bb

%0
%54
%3
%25

Triadic Colors of #c058bb

#c058bb #bbc058 #58bbc0

Analogous Colors of #c058bb

#c058bb #c05887 #9158c0

Monochromatic Colors of #c058bb

#c058bb

Complementary Color

#c058bb #58c05d

#c058bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058bb Color CSS Codes

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

#c058bb Text Font Color

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

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


#c058bb Background Color

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

This div background color is #c058bb


#c058bb Border Color

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

This div border color is #c058bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058bb


Comments

No comments written yet.

Please login to write comment.