Color Hex Logo

#c153db Color Hex

#C153DB
(193,83,219)
0 Favorites   0 Comments

Color spaces of #c153db

RGB 19383219
HSL0.800.650.59
HSV289°62°86°
CMYK 0.120.620.00   0.14
XYZ37.871822.638469.3914
Yxy22.63840.29150.1743
Hunter Lab47.579858.8148-53.1639
CIE-Lab54.697963.1954-50.2193

#c153db color RGB value is (193,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010011 11011011
Octal 301 123 333
Decimal 193 83 219
Hex C1 53 DB

RGB Percentages of Color #c153db

%38.99
%16.77
%44.24

CMYK Percentages of Color #c153db

%12
%62
%0
%14

Triadic Colors of #c153db

#c153db #dbc153 #53dbc1

Analogous Colors of #c153db

#c153db #db53b1 #7d53db

Monochromatic Colors of #c153db

#c153db

Complementary Color

#c153db #6ddb53

#c153db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c153db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c153db Color CSS Codes

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

#c153db Text Font Color

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

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


#c153db Background Color

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

This div background color is #c153db


#c153db Border Color

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

This div border color is #c153db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c153db


Comments

No comments written yet.

Please login to write comment.