Color Hex Logo

#c158de Color Hex

#C158DE
(193,88,222)
0 Favorites   0 Comments

Color spaces of #c158de

RGB 19388222
HSL0.800.670.61
HSV287°60°87°
CMYK 0.130.600.00   0.13
XYZ38.666923.590871.6228
Yxy23.59080.28880.1762
Hunter Lab48.570457.1058-53.4309
CIE-Lab55.675761.5376-50.3588

#c158de color RGB value is (193,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 11011110
Octal 301 130 336
Decimal 193 88 222
Hex C1 58 DE

RGB Percentages of Color #c158de

%38.37
%17.50
%44.14

CMYK Percentages of Color #c158de

%13
%60
%0
%13

Triadic Colors of #c158de

#c158de #dec158 #58dec1

Analogous Colors of #c158de

#c158de #de58b8 #7e58de

Monochromatic Colors of #c158de

#c158de

Complementary Color

#c158de #75de58

#c158de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158de Color CSS Codes

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

#c158de Text Font Color

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

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


#c158de Background Color

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

This div background color is #c158de


#c158de Border Color

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

This div border color is #c158de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158de


Comments

No comments written yet.

Please login to write comment.