Color Hex Logo

#c158be Color Hex

#C158BE
(193,88,190)
0 Favorites   0 Comments

Color spaces of #c158be

RGB 19388190
HSL0.840.460.55
HSV302°54°76°
CMYK 0.000.540.02   0.24
XYZ34.776322.034651.1354
Yxy22.03460.32220.2041
Hunter Lab46.941050.0951-31.7291
CIE-Lab54.063755.6184-34.6600

#c158be color RGB value is (193,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 10111110
Octal 301 130 276
Decimal 193 88 190
Hex C1 58 BE

RGB Percentages of Color #c158be

%40.98
%18.68
%40.34

CMYK Percentages of Color #c158be

%0
%54
%2
%24

Triadic Colors of #c158be

#c158be #bec158 #58bec1

Analogous Colors of #c158be

#c158be #c1588a #9058c1

Monochromatic Colors of #c158be

#c158be

Complementary Color

#c158be #58c15b

#c158be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158be Color CSS Codes

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

#c158be Text Font Color

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

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


#c158be Background Color

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

This div background color is #c158be


#c158be Border Color

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

This div border color is #c158be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158be


Comments

No comments written yet.

Please login to write comment.