Color Hex Logo

#c62275 Color Hex

#C62275
(198,34,117)
0 Favorites   0 Comments

Color spaces of #c62275

RGB 19834117
HSL0.920.710.45
HSV330°83°78°
CMYK 0.000.830.41   0.22
XYZ27.071614.434218.1889
Yxy14.43420.45350.2418
Hunter Lab37.992460.7042-1.7905
CIE-Lab44.849366.6928-5.2360

#c62275 color RGB value is (198,34,117).

#c62275 hex color red value is 198, green value is 34 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c62275 hue: 0.92 , saturation: 0.71 and the lightness value of c62275 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100010 01110101
Octal 306 42 165
Decimal 198 34 117
Hex C6 22 75

RGB Percentages of Color #c62275

%56.73
%9.74
%33.52

CMYK Percentages of Color #c62275

%0
%83
%41
%22

Triadic Colors of #c62275

#c62275 #75c622 #2275c6

Analogous Colors of #c62275

#c62275 #c62223 #c522c6

Monochromatic Colors of #c62275

#c62275

Complementary Color

#c62275 #22c673

#c62275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62275 Color CSS Codes

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

#c62275 Text Font Color

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

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


#c62275 Background Color

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

This div background color is #c62275


#c62275 Border Color

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

This div border color is #c62275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62275


Comments

No comments written yet.

Please login to write comment.