Color Hex Logo

#c65492 Color Hex

#C65492
(198,84,146)
0 Favorites   0 Comments

Color spaces of #c65492

RGB 19884146
HSL0.910.500.55
HSV327°58°78°
CMYK 0.000.580.26   0.22
XYZ31.647320.421729.4679
Yxy20.42170.38810.2505
Hunter Lab45.190445.9223-7.0288
CIE-Lab52.310752.1102-11.5908

#c65492 color RGB value is (198,84,146).

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

The process color (four color CMYK) of #c65492 color hex is 0.00, 0.58, 0.26, 0.22. Web safe color of #c65492 is #cc6699. Color #c65492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 10010010
Octal 306 124 222
Decimal 198 84 146
Hex C6 54 92

RGB Percentages of Color #c65492

%46.26
%19.63
%34.11

CMYK Percentages of Color #c65492

%0
%58
%26
%22

Triadic Colors of #c65492

#c65492 #92c654 #5492c6

Analogous Colors of #c65492

#c65492 #c65459 #c154c6

Monochromatic Colors of #c65492

#c65492

Complementary Color

#c65492 #54c688

#c65492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65492 Color CSS Codes

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

#c65492 Text Font Color

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

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


#c65492 Background Color

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

This div background color is #c65492


#c65492 Border Color

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

This div border color is #c65492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65492


Comments

No comments written yet.

Please login to write comment.