Color Hex Logo

#c62a8b Color Hex

#C62A8B
(198,42,139)
0 Favorites   0 Comments

Color spaces of #c62a8b

RGB 19842139
HSL0.900.650.47
HSV323°79°78°
CMYK 0.000.790.30   0.22
XYZ28.776915.525825.9062
Yxy15.52580.40990.2211
Hunter Lab39.402861.4084-11.3995
CIE-Lab46.346167.0084-16.4371

#c62a8b color RGB value is (198,42,139).

#c62a8b hex color red value is 198, green value is 42 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c62a8b hue: 0.90 , saturation: 0.65 and the lightness value of c62a8b is 0.47.

The process color (four color CMYK) of #c62a8b color hex is 0.00, 0.79, 0.30, 0.22. Web safe color of #c62a8b is #cc3399. Color #c62a8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101010 10001011
Octal 306 52 213
Decimal 198 42 139
Hex C6 2A 8B

RGB Percentages of Color #c62a8b

%52.24
%11.08
%36.68

CMYK Percentages of Color #c62a8b

%0
%79
%30
%22

Triadic Colors of #c62a8b

#c62a8b #8bc62a #2a8bc6

Analogous Colors of #c62a8b

#c62a8b #c62a3d #b32ac6

Monochromatic Colors of #c62a8b

#c62a8b

Complementary Color

#c62a8b #2ac665

#c62a8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62a8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62a8b Color CSS Codes

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

#c62a8b Text Font Color

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

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


#c62a8b Background Color

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

This div background color is #c62a8b


#c62a8b Border Color

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

This div border color is #c62a8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62a8b


Comments

No comments written yet.

Please login to write comment.