Color Hex Logo

#c083be Color Hex

#C083BE
(192,131,190)
0 Favorites   0 Comments

Color spaces of #c083be

RGB 192131190
HSL0.840.330.63
HSV302°32°75°
CMYK 0.000.320.01   0.25
XYZ39.148831.156852.6657
Yxy31.15680.31840.2534
Hunter Lab55.818327.5111-16.8685
CIE-Lab62.639833.0529-21.4092

#c083be color RGB value is (192,131,190).

#c083be hex color red value is 192, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c083be hue: 0.84 , saturation: 0.33 and the lightness value of c083be is 0.63.

The process color (four color CMYK) of #c083be color hex is 0.00, 0.32, 0.01, 0.25. Web safe color of #c083be is #cc99cc. Color #c083be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000011 10111110
Octal 300 203 276
Decimal 192 131 190
Hex C0 83 BE

RGB Percentages of Color #c083be

%37.43
%25.54
%37.04

CMYK Percentages of Color #c083be

%0
%32
%1
%25

Triadic Colors of #c083be

#c083be #bec083 #83bec0

Analogous Colors of #c083be

#c083be #c083a0 #a483c0

Monochromatic Colors of #c083be

#c083be

Complementary Color

#c083be #83c085

#c083be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c083be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c083be Color CSS Codes

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

#c083be Text Font Color

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

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


#c083be Background Color

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

This div background color is #c083be


#c083be Border Color

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

This div border color is #c083be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c083be


Comments

No comments written yet.

Please login to write comment.