Color Hex Logo

#c150bb Color Hex

#C150BB
(193,80,187)
0 Favorites   0 Comments

Color spaces of #c150bb

RGB 19380187
HSL0.840.480.54
HSV303°59°76°
CMYK 0.000.590.03   0.24
XYZ33.830620.662649.2189
Yxy20.66260.32620.1992
Hunter Lab45.456153.2999-32.3786
CIE-Lab52.578258.7498-35.2542

#c150bb color RGB value is (193,80,187).

#c150bb hex color red value is 193, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c150bb hue: 0.84 , saturation: 0.48 and the lightness value of c150bb is 0.54.

The process color (four color CMYK) of #c150bb color hex is 0.00, 0.59, 0.03, 0.24. Web safe color of #c150bb is #cc66cc. Color #c150bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 10111011
Octal 301 120 273
Decimal 193 80 187
Hex C1 50 BB

RGB Percentages of Color #c150bb

%41.96
%17.39
%40.65

CMYK Percentages of Color #c150bb

%0
%59
%3
%24

Triadic Colors of #c150bb

#c150bb #bbc150 #50bbc1

Analogous Colors of #c150bb

#c150bb #c15083 #8f50c1

Monochromatic Colors of #c150bb

#c150bb

Complementary Color

#c150bb #50c156

#c150bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c150bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c150bb Color CSS Codes

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

#c150bb Text Font Color

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

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


#c150bb Background Color

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

This div background color is #c150bb


#c150bb Border Color

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

This div border color is #c150bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c150bb


Comments

No comments written yet.

Please login to write comment.