Color Hex Logo

#c095bc Color Hex

#C095BC
(192,149,188)
0 Favorites   0 Comments

Color spaces of #c095bc

RGB 192149188
HSL0.850.250.67
HSV306°22°75°
CMYK 0.000.220.02   0.25
XYZ41.562836.332252.3992
Yxy36.33220.31900.2788
Hunter Lab60.276217.5994-9.3485
CIE-Lab66.773022.7319-14.0178

#c095bc color RGB value is (192,149,188).

#c095bc hex color red value is 192, green value is 149 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c095bc hue: 0.85 , saturation: 0.25 and the lightness value of c095bc is 0.67.

The process color (four color CMYK) of #c095bc color hex is 0.00, 0.22, 0.02, 0.25. Web safe color of #c095bc is #cc99cc. Color #c095bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 10111100
Octal 300 225 274
Decimal 192 149 188
Hex C0 95 BC

RGB Percentages of Color #c095bc

%36.29
%28.17
%35.54

CMYK Percentages of Color #c095bc

%0
%22
%2
%25

Triadic Colors of #c095bc

#c095bc #bcc095 #95bcc0

Analogous Colors of #c095bc

#c095bc #c095a7 #af95c0

Monochromatic Colors of #c095bc

#c095bc

Complementary Color

#c095bc #95c099

#c095bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c095bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c095bc Color CSS Codes

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

#c095bc Text Font Color

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

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


#c095bc Background Color

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

This div background color is #c095bc


#c095bc Border Color

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

This div border color is #c095bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,149,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c095bc


Comments

No comments written yet.

Please login to write comment.