Color Hex Logo

#c058be Color Hex

#C058BE
(192,88,190)
0 Favorites   0 Comments

Color spaces of #c058be

RGB 19288190
HSL0.840.450.55
HSV301°54°75°
CMYK 0.000.540.01   0.25
XYZ34.522221.903651.1235
Yxy21.90360.32100.2037
Hunter Lab46.801349.7654-32.0047
CIE-Lab53.924655.3450-34.8878

#c058be color RGB value is (192,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10111110
Octal 300 130 276
Decimal 192 88 190
Hex C0 58 BE

RGB Percentages of Color #c058be

%40.85
%18.72
%40.43

CMYK Percentages of Color #c058be

%0
%54
%1
%25

Triadic Colors of #c058be

#c058be #bec058 #58bec0

Analogous Colors of #c058be

#c058be #c0588a #8e58c0

Monochromatic Colors of #c058be

#c058be

Complementary Color

#c058be #58c05a

#c058be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058be Color CSS Codes

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

#c058be Text Font Color

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

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


#c058be Background Color

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

This div background color is #c058be


#c058be Border Color

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

This div border color is #c058be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058be


Comments

No comments written yet.

Please login to write comment.