Color Hex Logo

#c754bd Color Hex

#C754BD
(199,84,189)
0 Favorites   0 Comments

Color spaces of #c754bd

RGB 19984189
HSL0.850.510.55
HSV305°58°78°
CMYK 0.000.580.05   0.22
XYZ35.908822.156950.5282
Yxy22.15690.33070.2040
Hunter Lab47.071153.7965-30.6947
CIE-Lab54.193158.9013-33.8191

#c754bd color RGB value is (199,84,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010100 10111101
Octal 307 124 275
Decimal 199 84 189
Hex C7 54 BD

RGB Percentages of Color #c754bd

%42.16
%17.80
%40.04

CMYK Percentages of Color #c754bd

%0
%58
%5
%22

Triadic Colors of #c754bd

#c754bd #bdc754 #54bdc7

Analogous Colors of #c754bd

#c754bd #c75484 #9854c7

Monochromatic Colors of #c754bd

#c754bd

Complementary Color

#c754bd #54c75e

#c754bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c754bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c754bd Color CSS Codes

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

#c754bd Text Font Color

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

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


#c754bd Background Color

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

This div background color is #c754bd


#c754bd Border Color

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

This div border color is #c754bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c754bd


Comments

No comments written yet.

Please login to write comment.