Color Hex Logo

#c620bc Color Hex

#C620BC
(198,32,188)
0 Favorites   0 Comments

Color spaces of #c620bc

RGB 19832188
HSL0.840.720.45
HSV304°84°78°
CMYK 0.000.840.05   0.22
XYZ32.882316.669649.0614
Yxy16.66960.33340.1690
Hunter Lab40.828472.3102-42.6658
CIE-Lab47.841075.8266-43.2579

#c620bc color RGB value is (198,32,188).

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

The process color (four color CMYK) of #c620bc color hex is 0.00, 0.84, 0.05, 0.22. Web safe color of #c620bc is #cc33cc. Color #c620bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 10111100
Octal 306 40 274
Decimal 198 32 188
Hex C6 20 BC

RGB Percentages of Color #c620bc

%47.37
%7.66
%44.98

CMYK Percentages of Color #c620bc

%0
%84
%5
%22

Triadic Colors of #c620bc

#c620bc #bcc620 #20bcc6

Analogous Colors of #c620bc

#c620bc #c62069 #7d20c6

Monochromatic Colors of #c620bc

#c620bc

Complementary Color

#c620bc #20c62a

#c620bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c620bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c620bc Color CSS Codes

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

#c620bc Text Font Color

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

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


#c620bc Background Color

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

This div background color is #c620bc


#c620bc Border Color

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

This div border color is #c620bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c620bc


Comments

No comments written yet.

Please login to write comment.