Color Hex Logo

#c61794 Color Hex

#C61794
(198,23,148)
0 Favorites   0 Comments

Color spaces of #c61794

RGB 19823148
HSL0.880.790.43
HSV317°88°78°
CMYK 0.000.880.25   0.22
XYZ28.940414.756729.3400
Yxy14.75670.39620.2020
Hunter Lab38.414567.2517-18.3941
CIE-Lab45.299172.1558-23.4922

#c61794 color RGB value is (198,23,148).

#c61794 hex color red value is 198, green value is 23 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c61794 hue: 0.88 , saturation: 0.79 and the lightness value of c61794 is 0.43.

The process color (four color CMYK) of #c61794 color hex is 0.00, 0.88, 0.25, 0.22. Web safe color of #c61794 is #cc0099. Color #c61794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010111 10010100
Octal 306 27 224
Decimal 198 23 148
Hex C6 17 94

RGB Percentages of Color #c61794

%53.66
%6.23
%40.11

CMYK Percentages of Color #c61794

%0
%88
%25
%22

Triadic Colors of #c61794

#c61794 #94c617 #1794c6

Analogous Colors of #c61794

#c61794 #c6173d #a117c6

Monochromatic Colors of #c61794

#c61794

Complementary Color

#c61794 #17c649

#c61794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61794 Color CSS Codes

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

#c61794 Text Font Color

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

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


#c61794 Background Color

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

This div background color is #c61794


#c61794 Border Color

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

This div border color is #c61794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61794


Comments

No comments written yet.

Please login to write comment.