Color Hex Logo

#c283ba Color Hex

#C283BA
(194,131,186)
0 Favorites   0 Comments

Color spaces of #c283ba

RGB 194131186
HSL0.850.340.64
HSV308°32°76°
CMYK 0.000.320.04   0.24
XYZ39.227431.247150.4182
Yxy31.24710.32450.2585
Hunter Lab55.899127.4396-14.3472
CIE-Lab62.715732.9746-19.0126

#c283ba color RGB value is (194,131,186).

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

The process color (four color CMYK) of #c283ba color hex is 0.00, 0.32, 0.04, 0.24. Web safe color of #c283ba is #cc99cc. Color #c283ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 10111010
Octal 302 203 272
Decimal 194 131 186
Hex C2 83 BA

RGB Percentages of Color #c283ba

%37.96
%25.64
%36.40

CMYK Percentages of Color #c283ba

%0
%32
%4
%24

Triadic Colors of #c283ba

#c283ba #bac283 #83bac2

Analogous Colors of #c283ba

#c283ba #c2839b #ab83c2

Monochromatic Colors of #c283ba

#c283ba

Complementary Color

#c283ba #83c28b

#c283ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c283ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c283ba Color CSS Codes

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

#c283ba Text Font Color

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

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


#c283ba Background Color

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

This div background color is #c283ba


#c283ba Border Color

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

This div border color is #c283ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c283ba


Comments

No comments written yet.

Please login to write comment.