Color Hex Logo

#c058de Color Hex

#C058DE
(192,88,222)
0 Favorites   0 Comments

Color spaces of #c058de

RGB 19288222
HSL0.800.670.61
HSV287°60°87°
CMYK 0.140.600.00   0.13
XYZ38.412823.459871.6109
Yxy23.45980.28780.1758
Hunter Lab48.435356.8019-53.7547
CIE-Lab55.542861.2972-50.5784

#c058de color RGB value is (192,88,222).

#c058de hex color red value is 192, green value is 88 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c058de hue: 0.80 , saturation: 0.67 and the lightness value of c058de is 0.61.

The process color (four color CMYK) of #c058de color hex is 0.14, 0.60, 0.00, 0.13. Web safe color of #c058de is #cc66cc. Color #c058de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 11011110
Octal 300 130 336
Decimal 192 88 222
Hex C0 58 DE

RGB Percentages of Color #c058de

%38.25
%17.53
%44.22

CMYK Percentages of Color #c058de

%14
%60
%0
%13

Triadic Colors of #c058de

#c058de #dec058 #58dec0

Analogous Colors of #c058de

#c058de #de58b9 #7d58de

Monochromatic Colors of #c058de

#c058de

Complementary Color

#c058de #76de58

#c058de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058de Color CSS Codes

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

#c058de Text Font Color

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

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


#c058de Background Color

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

This div background color is #c058de


#c058de Border Color

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

This div border color is #c058de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058de


Comments

No comments written yet.

Please login to write comment.