Color Hex Logo

#c054bb Color Hex

#C054BB
(192,84,187)
0 Favorites   0 Comments

Color spaces of #c054bb

RGB 19284187
HSL0.840.460.54
HSV303°56°75°
CMYK 0.000.560.03   0.25
XYZ33.878221.135049.3076
Yxy21.13500.32480.2026
Hunter Lab45.972851.0874-31.4098
CIE-Lab53.096956.6802-34.4521

#c054bb color RGB value is (192,84,187).

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

The process color (four color CMYK) of #c054bb color hex is 0.00, 0.56, 0.03, 0.25. Web safe color of #c054bb is #cc66cc. Color #c054bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010100 10111011
Octal 300 124 273
Decimal 192 84 187
Hex C0 54 BB

RGB Percentages of Color #c054bb

%41.47
%18.14
%40.39

CMYK Percentages of Color #c054bb

%0
%56
%3
%25

Triadic Colors of #c054bb

#c054bb #bbc054 #54bbc0

Analogous Colors of #c054bb

#c054bb #c05485 #8f54c0

Monochromatic Colors of #c054bb

#c054bb

Complementary Color

#c054bb #54c059

#c054bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c054bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c054bb Color CSS Codes

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

#c054bb Text Font Color

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

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


#c054bb Background Color

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

This div background color is #c054bb


#c054bb Border Color

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

This div border color is #c054bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c054bb


Comments

No comments written yet.

Please login to write comment.