Color Hex Logo

#c290ce Color Hex

#C290CE
(194,144,206)
0 Favorites   0 Comments

Color spaces of #c290ce

RGB 194144206
HSL0.800.390.69
HSV288°30°81°
CMYK 0.060.300.00   0.19
XYZ43.362035.872163.0311
Yxy35.87210.30480.2521
Hunter Lab59.893324.4184-20.4708
CIE-Lab66.422129.6434-24.5773

#c290ce color RGB value is (194,144,206).

#c290ce hex color red value is 194, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c290ce hue: 0.80 , saturation: 0.39 and the lightness value of c290ce is 0.69.

The process color (four color CMYK) of #c290ce color hex is 0.06, 0.30, 0.00, 0.19. Web safe color of #c290ce is #cc99cc. Color #c290ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 11001110
Octal 302 220 316
Decimal 194 144 206
Hex C2 90 CE

RGB Percentages of Color #c290ce

%35.66
%26.47
%37.87

CMYK Percentages of Color #c290ce

%6
%30
%0
%19

Triadic Colors of #c290ce

#c290ce #cec290 #90cec2

Analogous Colors of #c290ce

#c290ce #ce90bb #a390ce

Monochromatic Colors of #c290ce

#c290ce

Complementary Color

#c290ce #9cce90

#c290ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ce Color CSS Codes

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

#c290ce Text Font Color

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

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


#c290ce Background Color

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

This div background color is #c290ce


#c290ce Border Color

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

This div border color is #c290ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ce


Comments

No comments written yet.

Please login to write comment.