Color Hex Logo

#c090c5 Color Hex

#C090C5
(192,144,197)
0 Favorites   0 Comments

Color spaces of #c090c5

RGB 192144197
HSL0.820.310.67
HSV294°27°77°
CMYK 0.030.270.00   0.23
XYZ41.789535.184257.4120
Yxy35.18420.31100.2618
Hunter Lab59.316321.9533-15.8652
CIE-Lab65.891827.2187-20.3834

#c090c5 color RGB value is (192,144,197).

#c090c5 hex color red value is 192, green value is 144 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c090c5 hue: 0.82 , saturation: 0.31 and the lightness value of c090c5 is 0.67.

The process color (four color CMYK) of #c090c5 color hex is 0.03, 0.27, 0.00, 0.23. Web safe color of #c090c5 is #cc99cc. Color #c090c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11000101
Octal 300 220 305
Decimal 192 144 197
Hex C0 90 C5

RGB Percentages of Color #c090c5

%36.02
%27.02
%36.96

CMYK Percentages of Color #c090c5

%3
%27
%0
%23

Triadic Colors of #c090c5

#c090c5 #c5c090 #90c5c0

Analogous Colors of #c090c5

#c090c5 #c590b0 #a690c5

Monochromatic Colors of #c090c5

#c090c5

Complementary Color

#c090c5 #95c590

#c090c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090c5 Color CSS Codes

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

#c090c5 Text Font Color

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

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


#c090c5 Background Color

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

This div background color is #c090c5


#c090c5 Border Color

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

This div border color is #c090c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,144,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c090c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c090c5;
  -webkit-box-shadow: 1px 1px 3px 2px #c090c5;
  box-shadow:         1px 1px 3px 2px #c090c5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,144,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090c5


Comments

No comments written yet.

Please login to write comment.