Color Hex Logo

#c63975 Color Hex

#C63975
(198,57,117)
0 Favorites   0 Comments

Color spaces of #c63975

RGB 19857117
HSL0.930.550.50
HSV334°71°78°
CMYK 0.000.710.41   0.22
XYZ27.962716.216418.4859
Yxy16.21640.44620.2588
Hunter Lab40.269653.47640.9714
CIE-Lab47.257159.8848-1.6808

#c63975 color RGB value is (198,57,117).

#c63975 hex color red value is 198, green value is 57 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c63975 hue: 0.93 , saturation: 0.55 and the lightness value of c63975 is 0.50.

The process color (four color CMYK) of #c63975 color hex is 0.00, 0.71, 0.41, 0.22. Web safe color of #c63975 is #cc3366. Color #c63975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111001 01110101
Octal 306 71 165
Decimal 198 57 117
Hex C6 39 75

RGB Percentages of Color #c63975

%53.23
%15.32
%31.45

CMYK Percentages of Color #c63975

%0
%71
%41
%22

Triadic Colors of #c63975

#c63975 #75c639 #3975c6

Analogous Colors of #c63975

#c63975 #c64439 #c639bc

Monochromatic Colors of #c63975

#c63975

Complementary Color

#c63975 #39c68a

#c63975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63975 Color CSS Codes

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

#c63975 Text Font Color

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

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


#c63975 Background Color

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

This div background color is #c63975


#c63975 Border Color

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

This div border color is #c63975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63975


Comments

No comments written yet.

Please login to write comment.