Color Hex Logo

#c058bd Color Hex

#C058BD
(192,88,189)
0 Favorites   0 Comments

Color spaces of #c058bd

RGB 19288189
HSL0.840.450.55
HSV302°54°75°
CMYK 0.000.540.02   0.25
XYZ34.413321.860050.5497
Yxy21.86000.32220.2046
Hunter Lab46.754749.5624-31.3742
CIE-Lab53.878155.1696-34.3841

#c058bd color RGB value is (192,88,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10111101
Octal 300 130 275
Decimal 192 88 189
Hex C0 58 BD

RGB Percentages of Color #c058bd

%40.94
%18.76
%40.30

CMYK Percentages of Color #c058bd

%0
%54
%2
%25

Triadic Colors of #c058bd

#c058bd #bdc058 #58bdc0

Analogous Colors of #c058bd

#c058bd #c05889 #8f58c0

Monochromatic Colors of #c058bd

#c058bd

Complementary Color

#c058bd #58c05b

#c058bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058bd Color CSS Codes

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

#c058bd Text Font Color

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

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


#c058bd Background Color

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

This div background color is #c058bd


#c058bd Border Color

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

This div border color is #c058bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058bd


Comments

No comments written yet.

Please login to write comment.