Color Hex Logo

#c65270 Color Hex

#C65270
(198,82,112)
0 Favorites   0 Comments

Color spaces of #c65270

RGB 19882112
HSL0.960.500.55
HSV344°59°78°
CMYK 0.000.590.43   0.22
XYZ29.230619.210217.4965
Yxy19.21020.44330.2913
Hunter Lab43.829442.34327.0123
CIE-Lab50.932248.99596.6676

#c65270 color RGB value is (198,82,112).

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

The process color (four color CMYK) of #c65270 color hex is 0.00, 0.59, 0.43, 0.22. Web safe color of #c65270 is #cc6666. Color #c65270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 01110000
Octal 306 122 160
Decimal 198 82 112
Hex C6 52 70

RGB Percentages of Color #c65270

%50.51
%20.92
%28.57

CMYK Percentages of Color #c65270

%0
%59
%43
%22

Triadic Colors of #c65270

#c65270 #70c652 #5270c6

Analogous Colors of #c65270

#c65270 #c66e52 #c652aa

Monochromatic Colors of #c65270

#c65270

Complementary Color

#c65270 #52c6a8

#c65270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65270 Color CSS Codes

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

#c65270 Text Font Color

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

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


#c65270 Background Color

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

This div background color is #c65270


#c65270 Border Color

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

This div border color is #c65270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65270


Comments

No comments written yet.

Please login to write comment.