Color Hex Logo

#c383bc Color Hex

#C383BC
(195,131,188)
0 Favorites   0 Comments

Color spaces of #c383bc

RGB 195131188
HSL0.850.350.64
HSV307°33°76°
CMYK 0.000.330.04   0.24
XYZ39.699131.465551.5580
Yxy31.46550.32350.2564
Hunter Lab56.094128.1639-15.2296
CIE-Lab62.898633.6721-19.8544

#c383bc color RGB value is (195,131,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 10111100
Octal 303 203 274
Decimal 195 131 188
Hex C3 83 BC

RGB Percentages of Color #c383bc

%37.94
%25.49
%36.58

CMYK Percentages of Color #c383bc

%0
%33
%4
%24

Triadic Colors of #c383bc

#c383bc #bcc383 #83bcc3

Analogous Colors of #c383bc

#c383bc #c3839c #aa83c3

Monochromatic Colors of #c383bc

#c383bc

Complementary Color

#c383bc #83c38a

#c383bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c383bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c383bc Color CSS Codes

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

#c383bc Text Font Color

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

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


#c383bc Background Color

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

This div background color is #c383bc


#c383bc Border Color

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

This div border color is #c383bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c383bc


Comments

No comments written yet.

Please login to write comment.