Color Hex Logo

#c154cb Color Hex

#C154CB
(193,84,203)
0 Favorites   0 Comments

Color spaces of #c154cb

RGB 19384203
HSL0.820.530.56
HSV295°59°80°
CMYK 0.050.590.00   0.20
XYZ35.942121.989958.8500
Yxy21.98990.30780.1883
Hunter Lab46.893454.7504-41.5821
CIE-Lab54.016359.7751-42.1964

#c154cb color RGB value is (193,84,203).

#c154cb hex color red value is 193, green value is 84 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c154cb hue: 0.82 , saturation: 0.53 and the lightness value of c154cb is 0.56.

The process color (four color CMYK) of #c154cb color hex is 0.05, 0.59, 0.00, 0.20. Web safe color of #c154cb is #cc66cc. Color #c154cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 11001011
Octal 301 124 313
Decimal 193 84 203
Hex C1 54 CB

RGB Percentages of Color #c154cb

%40.21
%17.50
%42.29

CMYK Percentages of Color #c154cb

%5
%59
%0
%20

Triadic Colors of #c154cb

#c154cb #cbc154 #54cbc1

Analogous Colors of #c154cb

#c154cb #cb549a #8654cb

Monochromatic Colors of #c154cb

#c154cb

Complementary Color

#c154cb #5ecb54

#c154cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c154cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c154cb Color CSS Codes

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

#c154cb Text Font Color

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

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


#c154cb Background Color

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

This div background color is #c154cb


#c154cb Border Color

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

This div border color is #c154cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c154cb


Comments

No comments written yet.

Please login to write comment.