Color Hex Logo

#c151db Color Hex

#C151DB
(193,81,219)
0 Favorites   0 Comments

Color spaces of #c151db

RGB 19381219
HSL0.800.660.59
HSV289°63°86°
CMYK 0.120.630.00   0.14
XYZ37.720922.336869.3412
Yxy22.33680.29150.1726
Hunter Lab47.261859.7573-53.9053
CIE-Lab54.382564.0654-50.7215

#c151db color RGB value is (193,81,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 11011011
Octal 301 121 333
Decimal 193 81 219
Hex C1 51 DB

RGB Percentages of Color #c151db

%39.15
%16.43
%44.42

CMYK Percentages of Color #c151db

%12
%63
%0
%14

Triadic Colors of #c151db

#c151db #dbc151 #51dbc1

Analogous Colors of #c151db

#c151db #db51b0 #7c51db

Monochromatic Colors of #c151db

#c151db

Complementary Color

#c151db #6bdb51

#c151db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c151db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c151db Color CSS Codes

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

#c151db Text Font Color

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

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


#c151db Background Color

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

This div background color is #c151db


#c151db Border Color

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

This div border color is #c151db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c151db


Comments

No comments written yet.

Please login to write comment.