Color Hex Logo

#c63272 Color Hex

#C63272
(198,50,114)
0 Favorites   0 Comments

Color spaces of #c63272

RGB 19850114
HSL0.930.600.49
HSV334°75°78°
CMYK 0.000.750.42   0.22
XYZ27.466615.501917.4641
Yxy15.50190.45450.2565
Hunter Lab39.372555.62151.2620
CIE-Lab46.314161.9713-1.2275

#c63272 color RGB value is (198,50,114).

#c63272 hex color red value is 198, green value is 50 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c63272 hue: 0.93 , saturation: 0.60 and the lightness value of c63272 is 0.49.

The process color (four color CMYK) of #c63272 color hex is 0.00, 0.75, 0.42, 0.22. Web safe color of #c63272 is #cc3366. Color #c63272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 01110010
Octal 306 62 162
Decimal 198 50 114
Hex C6 32 72

RGB Percentages of Color #c63272

%54.70
%13.81
%31.49

CMYK Percentages of Color #c63272

%0
%75
%42
%22

Triadic Colors of #c63272

#c63272 #72c632 #3272c6

Analogous Colors of #c63272

#c63272 #c63c32 #c632bc

Monochromatic Colors of #c63272

#c63272

Complementary Color

#c63272 #32c686

#c63272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63272 Color CSS Codes

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

#c63272 Text Font Color

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

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


#c63272 Background Color

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

This div background color is #c63272


#c63272 Border Color

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

This div border color is #c63272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63272


Comments

No comments written yet.

Please login to write comment.