Color Hex Logo

#c158db Color Hex

#C158DB
(193,88,219)
0 Favorites   0 Comments

Color spaces of #c158db

RGB 19388219
HSL0.800.650.60
HSV288°60°86°
CMYK 0.120.600.00   0.14
XYZ38.268223.431469.5236
Yxy23.43140.29160.1786
Hunter Lab48.406056.4058-51.2717
CIE-Lab55.513960.9572-48.9216

#c158db color RGB value is (193,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 11011011
Octal 301 130 333
Decimal 193 88 219
Hex C1 58 DB

RGB Percentages of Color #c158db

%38.60
%17.60
%43.80

CMYK Percentages of Color #c158db

%12
%60
%0
%14

Triadic Colors of #c158db

#c158db #dbc158 #58dbc1

Analogous Colors of #c158db

#c158db #db58b4 #8058db

Monochromatic Colors of #c158db

#c158db

Complementary Color

#c158db #72db58

#c158db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158db Color CSS Codes

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

#c158db Text Font Color

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

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


#c158db Background Color

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

This div background color is #c158db


#c158db Border Color

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

This div border color is #c158db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158db


Comments

No comments written yet.

Please login to write comment.