Color Hex Logo

#c292b7 Color Hex

#C292B7
(194,146,183)
0 Favorites   0 Comments

Color spaces of #c292b7

RGB 194146183
HSL0.870.280.67
HSV314°25°76°
CMYK 0.000.250.06   0.24
XYZ41.074335.446049.4767
Yxy35.44600.32600.2813
Hunter Lab59.536518.9583-7.5962
CIE-Lab66.094424.1639-12.2179

#c292b7 color RGB value is (194,146,183).

#c292b7 hex color red value is 194, green value is 146 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c292b7 hue: 0.87 , saturation: 0.28 and the lightness value of c292b7 is 0.67.

The process color (four color CMYK) of #c292b7 color hex is 0.00, 0.25, 0.06, 0.24. Web safe color of #c292b7 is #cc99cc. Color #c292b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 10110111
Octal 302 222 267
Decimal 194 146 183
Hex C2 92 B7

RGB Percentages of Color #c292b7

%37.09
%27.92
%34.99

CMYK Percentages of Color #c292b7

%0
%25
%6
%24

Triadic Colors of #c292b7

#c292b7 #b7c292 #92b7c2

Analogous Colors of #c292b7

#c292b7 #c2929f #b592c2

Monochromatic Colors of #c292b7

#c292b7

Complementary Color

#c292b7 #92c29d

#c292b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292b7 Color CSS Codes

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

#c292b7 Text Font Color

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

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


#c292b7 Background Color

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

This div background color is #c292b7


#c292b7 Border Color

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

This div border color is #c292b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292b7


Comments

No comments written yet.

Please login to write comment.