Color Hex Logo

#c084bb Color Hex

#C084BB
(192,132,187)
0 Favorites   0 Comments

Color spaces of #c084bb

RGB 192132187
HSL0.850.320.64
HSV305°31°75°
CMYK 0.000.310.03   0.25
XYZ38.959131.296951.0012
Yxy31.29690.32130.2581
Hunter Lab55.943626.4059-14.8914
CIE-Lab62.757531.9438-19.5346

#c084bb color RGB value is (192,132,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 10111011
Octal 300 204 273
Decimal 192 132 187
Hex C0 84 BB

RGB Percentages of Color #c084bb

%37.57
%25.83
%36.59

CMYK Percentages of Color #c084bb

%0
%31
%3
%25

Triadic Colors of #c084bb

#c084bb #bbc084 #84bbc0

Analogous Colors of #c084bb

#c084bb #c0849d #a784c0

Monochromatic Colors of #c084bb

#c084bb

Complementary Color

#c084bb #84c089

#c084bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084bb Color CSS Codes

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

#c084bb Text Font Color

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

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


#c084bb Background Color

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

This div background color is #c084bb


#c084bb Border Color

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

This div border color is #c084bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084bb


Comments

No comments written yet.

Please login to write comment.