Color Hex Logo

#c65089 Color Hex

#C65089
(198,80,137)
0 Favorites   0 Comments

Color spaces of #c65089

RGB 19880137
HSL0.920.510.55
HSV331°60°78°
CMYK 0.000.600.31   0.22
XYZ30.672719.549225.8237
Yxy19.54920.40330.2571
Hunter Lab44.214546.4546-3.6785
CIE-Lab51.323652.7701-7.7235

#c65089 color RGB value is (198,80,137).

#c65089 hex color red value is 198, green value is 80 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c65089 hue: 0.92 , saturation: 0.51 and the lightness value of c65089 is 0.55.

The process color (four color CMYK) of #c65089 color hex is 0.00, 0.60, 0.31, 0.22. Web safe color of #c65089 is #cc6699. Color #c65089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010000 10001001
Octal 306 120 211
Decimal 198 80 137
Hex C6 50 89

RGB Percentages of Color #c65089

%47.71
%19.28
%33.01

CMYK Percentages of Color #c65089

%0
%60
%31
%22

Triadic Colors of #c65089

#c65089 #89c650 #5089c6

Analogous Colors of #c65089

#c65089 #c65250 #c650c4

Monochromatic Colors of #c65089

#c65089

Complementary Color

#c65089 #50c68d

#c65089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65089 Color CSS Codes

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

#c65089 Text Font Color

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

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


#c65089 Background Color

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

This div background color is #c65089


#c65089 Border Color

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

This div border color is #c65089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65089


Comments

No comments written yet.

Please login to write comment.