Color Hex Logo

#c62bcc Color Hex

#C62BCC
(198,43,204)
0 Favorites   0 Comments

Color spaces of #c62bcc

RGB 19843204
HSL0.830.650.48
HSV298°79°80°
CMYK 0.030.790.00   0.20
XYZ35.051718.093258.7716
Yxy18.09320.31320.1617
Hunter Lab42.536172.6540-52.1450
CIE-Lab49.609075.7615-49.7229

#c62bcc color RGB value is (198,43,204).

#c62bcc hex color red value is 198, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c62bcc hue: 0.83 , saturation: 0.65 and the lightness value of c62bcc is 0.48.

The process color (four color CMYK) of #c62bcc color hex is 0.03, 0.79, 0.00, 0.20. Web safe color of #c62bcc is #cc33cc. Color #c62bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101011 11001100
Octal 306 53 314
Decimal 198 43 204
Hex C6 2B CC

RGB Percentages of Color #c62bcc

%44.49
%9.66
%45.84

CMYK Percentages of Color #c62bcc

%3
%79
%0
%20

Triadic Colors of #c62bcc

#c62bcc #ccc62b #2bccc6

Analogous Colors of #c62bcc

#c62bcc #cc2b82 #762bcc

Monochromatic Colors of #c62bcc

#c62bcc

Complementary Color

#c62bcc #31cc2b

#c62bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62bcc Color CSS Codes

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

#c62bcc Text Font Color

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

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


#c62bcc Background Color

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

This div background color is #c62bcc


#c62bcc Border Color

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

This div border color is #c62bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,43,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c62bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62bcc


Comments

No comments written yet.

Please login to write comment.