color codes Logo

#c155db color codes

#C155DB
(193,85,219)
0 Favorites   0 Comments

Color spaces of #c155db

RGB 19385219
HSL0.800.650.60
HSV288°61°86°
CMYK 0.120.610.00   0.14
XYZ38.027022.948969.4432
Yxy22.94890.29160.1760
Hunter Lab47.905057.8595-52.4134
CIE-Lab55.019762.3104-49.7074

#c155db color RGB value is (193,85,219).

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

The process color (four color CMYK) of #c155db color code is 0.12, 0.61, 0.00, 0.14. Web safe color of #c155db is #cc66cc. Color #c155db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 11011011
Octal 301 125 333
Decimal 193 85 219
Hex C1 55 DB

RGB Percentages of Color #c155db

%38.83
%17.10
%44.06

CMYK Percentages of Color #c155db

%12
%61
%0
%14

Triadic Colors of #c155db

#c155db #dbc155 #55dbc1

Analogous Colors of #c155db

#c155db #db55b2 #7e55db

Monochromatic Colors of #c155db

#c155db

Complementary Color

#c155db #6fdb55

#c155db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155db Color CSS Codes

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

#c155db Text Font Color

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

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


#c155db Background Color

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

This div background color is #c155db


#c155db Border Color

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

This div border color is #c155db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155db


Comments

No comments written yet.

Please login to write comment.