Color Hex Logo

#c154be Color Hex

#C154BE
(193,84,190)
0 Favorites   0 Comments

Color spaces of #c154be

RGB 19384190
HSL0.840.470.54
HSV302°56°76°
CMYK 0.000.560.02   0.24
XYZ34.456921.395851.0289
Yxy21.39580.32240.2002
Hunter Lab46.255652.0216-33.0295
CIE-Lab53.380057.4673-35.7308

#c154be color RGB value is (193,84,190).

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

The process color (four color CMYK) of #c154be color hex is 0.00, 0.56, 0.02, 0.24. Web safe color of #c154be is #cc66cc. Color #c154be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 10111110
Octal 301 124 276
Decimal 193 84 190
Hex C1 54 BE

RGB Percentages of Color #c154be

%41.33
%17.99
%40.69

CMYK Percentages of Color #c154be

%0
%56
%2
%24

Triadic Colors of #c154be

#c154be #bec154 #54bec1

Analogous Colors of #c154be

#c154be #c15488 #8e54c1

Monochromatic Colors of #c154be

#c154be

Complementary Color

#c154be #54c157

#c154be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c154be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c154be Color CSS Codes

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

#c154be Text Font Color

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

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


#c154be Background Color

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

This div background color is #c154be


#c154be Border Color

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

This div border color is #c154be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c154be


Comments

No comments written yet.

Please login to write comment.