Color Hex Logo

#c058bc Color Hex

#C058BC
(192,88,188)
0 Favorites   0 Comments

Color spaces of #c058bc

RGB 19288188
HSL0.840.450.55
HSV302°54°75°
CMYK 0.000.540.02   0.25
XYZ34.305121.816849.9799
Yxy21.81680.32330.2056
Hunter Lab46.708549.3598-30.7467
CIE-Lab53.832154.9943-33.8794

#c058bc color RGB value is (192,88,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10111100
Octal 300 130 274
Decimal 192 88 188
Hex C0 58 BC

RGB Percentages of Color #c058bc

%41.03
%18.80
%40.17

CMYK Percentages of Color #c058bc

%0
%54
%2
%25

Triadic Colors of #c058bc

#c058bc #bcc058 #58bcc0

Analogous Colors of #c058bc

#c058bc #c05888 #9058c0

Monochromatic Colors of #c058bc

#c058bc

Complementary Color

#c058bc #58c05c

#c058bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058bc Color CSS Codes

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

#c058bc Text Font Color

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

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


#c058bc Background Color

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

This div background color is #c058bc


#c058bc Border Color

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

This div border color is #c058bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058bc


Comments

No comments written yet.

Please login to write comment.