Color Hex Logo

#c85fba Color Hex

#C85FBA
(200,95,186)
0 Favorites   0 Comments

Color spaces of #c85fba

RGB 20095186
HSL0.860.490.58
HSV308°53°78°
CMYK 0.000.530.07   0.22
XYZ36.774624.008949.1503
Yxy24.00890.33450.2184
Hunter Lab48.998948.2196-25.1740
CIE-Lab56.096753.5781-29.1165

#c85fba color RGB value is (200,95,186).

#c85fba hex color red value is 200, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c85fba hue: 0.86 , saturation: 0.49 and the lightness value of c85fba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011111 10111010
Octal 310 137 272
Decimal 200 95 186
Hex C8 5F BA

RGB Percentages of Color #c85fba

%41.58
%19.75
%38.67

CMYK Percentages of Color #c85fba

%0
%53
%7
%22

Triadic Colors of #c85fba

#c85fba #bac85f #5fbac8

Analogous Colors of #c85fba

#c85fba #c85f86 #a25fc8

Monochromatic Colors of #c85fba

#c85fba

Complementary Color

#c85fba #5fc86d

#c85fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85fba Color CSS Codes

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

#c85fba Text Font Color

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

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


#c85fba Background Color

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

This div background color is #c85fba


#c85fba Border Color

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

This div border color is #c85fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85fba


Comments

No comments written yet.

Please login to write comment.