Color Hex Logo

#c754c5 Color Hex

#C754C5
(199,84,197)
0 Favorites   0 Comments

Color spaces of #c754c5

RGB 19984197
HSL0.840.510.55
HSV301°58°78°
CMYK 0.000.580.01   0.22
XYZ36.801622.514055.2293
Yxy22.51400.32130.1966
Hunter Lab47.448955.4098-35.7978
CIE-Lab54.568260.2557-37.8329

#c754c5 color RGB value is (199,84,197).

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

The process color (four color CMYK) of #c754c5 color hex is 0.00, 0.58, 0.01, 0.22. Web safe color of #c754c5 is #cc66cc. Color #c754c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010100 11000101
Octal 307 124 305
Decimal 199 84 197
Hex C7 54 C5

RGB Percentages of Color #c754c5

%41.46
%17.50
%41.04

CMYK Percentages of Color #c754c5

%0
%58
%1
%22

Triadic Colors of #c754c5

#c754c5 #c5c754 #54c5c7

Analogous Colors of #c754c5

#c754c5 #c7548c #9054c7

Monochromatic Colors of #c754c5

#c754c5

Complementary Color

#c754c5 #54c756

#c754c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c754c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c754c5 Color CSS Codes

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

#c754c5 Text Font Color

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

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


#c754c5 Background Color

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

This div background color is #c754c5


#c754c5 Border Color

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

This div border color is #c754c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c754c5


Comments

No comments written yet.

Please login to write comment.