Color Hex Logo

#c290cb Color Hex

#C290CB
(194,144,203)
0 Favorites   0 Comments

Color spaces of #c290cb

RGB 194144203
HSL0.810.360.68
HSV291°29°80°
CMYK 0.040.290.00   0.20
XYZ43.000935.727661.1296
Yxy35.72760.30750.2555
Hunter Lab59.772623.8124-18.7953
CIE-Lab66.311329.0496-23.0751

#c290cb color RGB value is (194,144,203).

#c290cb hex color red value is 194, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c290cb hue: 0.81 , saturation: 0.36 and the lightness value of c290cb is 0.68.

The process color (four color CMYK) of #c290cb color hex is 0.04, 0.29, 0.00, 0.20. Web safe color of #c290cb is #cc99cc. Color #c290cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 11001011
Octal 302 220 313
Decimal 194 144 203
Hex C2 90 CB

RGB Percentages of Color #c290cb

%35.86
%26.62
%37.52

CMYK Percentages of Color #c290cb

%4
%29
%0
%20

Triadic Colors of #c290cb

#c290cb #cbc290 #90cbc2

Analogous Colors of #c290cb

#c290cb #cb90b7 #a590cb

Monochromatic Colors of #c290cb

#c290cb

Complementary Color

#c290cb #99cb90

#c290cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290cb Color CSS Codes

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

#c290cb Text Font Color

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

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


#c290cb Background Color

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

This div background color is #c290cb


#c290cb Border Color

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

This div border color is #c290cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290cb


Comments

No comments written yet.

Please login to write comment.