Color Hex Logo

#c755ba Color Hex

#C755BA
(199,85,186)
0 Favorites   0 Comments

Color spaces of #c755ba

RGB 19985186
HSL0.850.500.56
HSV307°57°78°
CMYK 0.000.570.07   0.22
XYZ35.664622.184348.8566
Yxy22.18430.33420.2079
Hunter Lab47.100252.7360-28.5308
CIE-Lab54.222057.9554-32.0426

#c755ba color RGB value is (199,85,186).

#c755ba hex color red value is 199, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c755ba hue: 0.85 , saturation: 0.50 and the lightness value of c755ba is 0.56.

The process color (four color CMYK) of #c755ba color hex is 0.00, 0.57, 0.07, 0.22. Web safe color of #c755ba is #cc66cc. Color #c755ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 10111010
Octal 307 125 272
Decimal 199 85 186
Hex C7 55 BA

RGB Percentages of Color #c755ba

%42.34
%18.09
%39.57

CMYK Percentages of Color #c755ba

%0
%57
%7
%22

Triadic Colors of #c755ba

#c755ba #bac755 #55bac7

Analogous Colors of #c755ba

#c755ba #c75581 #9b55c7

Monochromatic Colors of #c755ba

#c755ba

Complementary Color

#c755ba #55c762

#c755ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c755ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c755ba Color CSS Codes

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

#c755ba Text Font Color

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

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


#c755ba Background Color

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

This div background color is #c755ba


#c755ba Border Color

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

This div border color is #c755ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c755ba


Comments

No comments written yet.

Please login to write comment.