Color Hex Logo

#c70965 Color Hex

#C70965
(199,9,101)
0 Favorites   0 Comments

Color spaces of #c70965

RGB 1999101
HSL0.920.910.41
HSV331°95°78°
CMYK 0.000.950.49   0.22
XYZ25.999813.277113.5043
Yxy13.27710.49260.2515
Hunter Lab36.437863.60083.5328
CIE-Lab43.177869.49722.2912

#c70965 color RGB value is (199,9,101).

#c70965 hex color red value is 199, green value is 9 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c70965 hue: 0.92 , saturation: 0.91 and the lightness value of c70965 is 0.41.

The process color (four color CMYK) of #c70965 color hex is 0.00, 0.95, 0.49, 0.22. Web safe color of #c70965 is #cc0066. Color #c70965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001001 01100101
Octal 307 11 145
Decimal 199 9 101
Hex C7 9 65

RGB Percentages of Color #c70965

%64.40
%2.91
%32.69

CMYK Percentages of Color #c70965

%0
%95
%49
%22

Triadic Colors of #c70965

#c70965 #65c709 #0965c7

Analogous Colors of #c70965

#c70965 #c70c09 #c709c4

Monochromatic Colors of #c70965

#c70965

Complementary Color

#c70965 #09c76b

#c70965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70965 Color CSS Codes

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

#c70965 Text Font Color

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

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


#c70965 Background Color

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

This div background color is #c70965


#c70965 Border Color

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

This div border color is #c70965


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,9,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c70965; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c70965;
  -webkit-box-shadow: 1px 1px 3px 2px #c70965;
  box-shadow:         1px 1px 3px 2px #c70965; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,9,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70965


Comments

No comments written yet.

Please login to write comment.