Color Hex Logo

#c158df Color Hex

#C158DF
(193,88,223)
0 Favorites   0 Comments

Color spaces of #c158df

RGB 19388223
HSL0.800.680.61
HSV287°61°87°
CMYK 0.130.610.00   0.13
XYZ38.801323.644672.3308
Yxy23.64460.28790.1754
Hunter Lab48.625757.3406-54.1559
CIE-Lab55.730261.7316-50.8362

#c158df color RGB value is (193,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 11011111
Octal 301 130 337
Decimal 193 88 223
Hex C1 58 DF

RGB Percentages of Color #c158df

%38.29
%17.46
%44.25

CMYK Percentages of Color #c158df

%13
%61
%0
%13

Triadic Colors of #c158df

#c158df #dfc158 #58dfc1

Analogous Colors of #c158df

#c158df #df58ba #7e58df

Monochromatic Colors of #c158df

#c158df

Complementary Color

#c158df #76df58

#c158df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158df Color CSS Codes

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

#c158df Text Font Color

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

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


#c158df Background Color

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

This div background color is #c158df


#c158df Border Color

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

This div border color is #c158df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158df


Comments

No comments written yet.

Please login to write comment.