Color Hex Logo

#c320bc Color Hex

#C320BC
(195,32,188)
0 Favorites   0 Comments

Color spaces of #c320bc

RGB 19532188
HSL0.840.720.45
HSV303°84°76°
CMYK 0.000.840.04   0.24
XYZ32.099316.266049.0248
Yxy16.26600.32960.1670
Hunter Lab40.331171.4876-43.8386
CIE-Lab47.321675.2571-44.1154

#c320bc color RGB value is (195,32,188).

#c320bc hex color red value is 195, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c320bc hue: 0.84 , saturation: 0.72 and the lightness value of c320bc is 0.45.

The process color (four color CMYK) of #c320bc color hex is 0.00, 0.84, 0.04, 0.24. Web safe color of #c320bc is #cc33cc. Color #c320bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 10111100
Octal 303 40 274
Decimal 195 32 188
Hex C3 20 BC

RGB Percentages of Color #c320bc

%46.99
%7.71
%45.30

CMYK Percentages of Color #c320bc

%0
%84
%4
%24

Triadic Colors of #c320bc

#c320bc #bcc320 #20bcc3

Analogous Colors of #c320bc

#c320bc #c3206b #7920c3

Monochromatic Colors of #c320bc

#c320bc

Complementary Color

#c320bc #20c327

#c320bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c320bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c320bc Color CSS Codes

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

#c320bc Text Font Color

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

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


#c320bc Background Color

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

This div background color is #c320bc


#c320bc Border Color

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

This div border color is #c320bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c320bc


Comments

No comments written yet.

Please login to write comment.