Color Hex Logo

#c554be Color Hex

#C554BE
(197,84,190)
0 Favorites   0 Comments

Color spaces of #c554be

RGB 19784190
HSL0.840.490.55
HSV304°57°77°
CMYK 0.000.570.04   0.23
XYZ35.490521.928751.0773
Yxy21.92870.32710.2021
Hunter Lab46.828153.3341-31.8903
CIE-Lab53.951358.5346-34.7949

#c554be color RGB value is (197,84,190).

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

The process color (four color CMYK) of #c554be color hex is 0.00, 0.57, 0.04, 0.23. Web safe color of #c554be is #cc66cc. Color #c554be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 10111110
Octal 305 124 276
Decimal 197 84 190
Hex C5 54 BE

RGB Percentages of Color #c554be

%41.83
%17.83
%40.34

CMYK Percentages of Color #c554be

%0
%57
%4
%23

Triadic Colors of #c554be

#c554be #bec554 #54bec5

Analogous Colors of #c554be

#c554be #c55486 #9454c5

Monochromatic Colors of #c554be

#c554be

Complementary Color

#c554be #54c55b

#c554be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c554be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c554be Color CSS Codes

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

#c554be Text Font Color

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

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


#c554be Background Color

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

This div background color is #c554be


#c554be Border Color

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

This div border color is #c554be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c554be


Comments

No comments written yet.

Please login to write comment.