Color Hex Logo

#c382bc Color Hex

#C382BC
(195,130,188)
0 Favorites   0 Comments

Color spaces of #c382bc

RGB 195130188
HSL0.850.350.64
HSV306°33°76°
CMYK 0.000.330.04   0.24
XYZ39.565431.198251.5135
Yxy31.19820.32360.2551
Hunter Lab55.855328.6945-15.5824
CIE-Lab62.674634.2178-20.1958

#c382bc color RGB value is (195,130,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000010 10111100
Octal 303 202 274
Decimal 195 130 188
Hex C3 82 BC

RGB Percentages of Color #c382bc

%38.01
%25.34
%36.65

CMYK Percentages of Color #c382bc

%0
%33
%4
%24

Triadic Colors of #c382bc

#c382bc #bcc382 #82bcc3

Analogous Colors of #c382bc

#c382bc #c3829c #aa82c3

Monochromatic Colors of #c382bc

#c382bc

Complementary Color

#c382bc #82c389

#c382bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c382bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c382bc Color CSS Codes

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

#c382bc Text Font Color

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

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


#c382bc Background Color

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

This div background color is #c382bc


#c382bc Border Color

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

This div border color is #c382bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c382bc


Comments

No comments written yet.

Please login to write comment.