Color Hex Logo

#c085ba Color Hex

#C085BA
(192,133,186)
0 Favorites   0 Comments

Color spaces of #c085ba

RGB 192133186
HSL0.850.320.64
HSV306°31°75°
CMYK 0.000.310.03   0.25
XYZ38.988731.526750.4847
Yxy31.52670.32220.2606
Hunter Lab56.148625.6874-14.0051
CIE-Lab62.949831.2090-18.6770

#c085ba color RGB value is (192,133,186).

#c085ba hex color red value is 192, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c085ba hue: 0.85 , saturation: 0.32 and the lightness value of c085ba is 0.64.

The process color (four color CMYK) of #c085ba color hex is 0.00, 0.31, 0.03, 0.25. Web safe color of #c085ba is #cc99cc. Color #c085ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 10111010
Octal 300 205 272
Decimal 192 133 186
Hex C0 85 BA

RGB Percentages of Color #c085ba

%37.57
%26.03
%36.40

CMYK Percentages of Color #c085ba

%0
%31
%3
%25

Triadic Colors of #c085ba

#c085ba #bac085 #85bac0

Analogous Colors of #c085ba

#c085ba #c0859d #a985c0

Monochromatic Colors of #c085ba

#c085ba

Complementary Color

#c085ba #85c08b

#c085ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c085ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c085ba Color CSS Codes

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

#c085ba Text Font Color

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

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


#c085ba Background Color

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

This div background color is #c085ba


#c085ba Border Color

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

This div border color is #c085ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c085ba


Comments

No comments written yet.

Please login to write comment.