Color Hex Logo

#c790f1 Color Hex

#C790F1
(199,144,241)
0 Favorites   0 Comments

Color spaces of #c790f1

RGB 199144241
HSL0.760.780.75
HSV274°40°95°
CMYK 0.170.400.00   0.05
XYZ49.403638.439588.0348
Yxy38.43950.28090.2186
Hunter Lab61.999633.7362-40.7877
CIE-Lab68.343338.4674-40.9014

#c790f1 color RGB value is (199,144,241).

#c790f1 hex color red value is 199, green value is 144 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #c790f1 hue: 0.76 , saturation: 0.78 and the lightness value of c790f1 is 0.75.

The process color (four color CMYK) of #c790f1 color hex is 0.17, 0.40, 0.00, 0.05. Web safe color of #c790f1 is #cc99ff. Color #c790f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 11110001
Octal 307 220 361
Decimal 199 144 241
Hex C7 90 F1

RGB Percentages of Color #c790f1

%34.08
%24.66
%41.27

CMYK Percentages of Color #c790f1

%17
%40
%0
%5

Triadic Colors of #c790f1

#c790f1 #f1c790 #90f1c7

Analogous Colors of #c790f1

#c790f1 #f190eb #9790f1

Monochromatic Colors of #c790f1

#c790f1

Complementary Color

#c790f1 #baf190

#c790f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790f1 Color CSS Codes

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

#c790f1 Text Font Color

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

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


#c790f1 Background Color

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

This div background color is #c790f1


#c790f1 Border Color

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

This div border color is #c790f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790f1


Comments

No comments written yet.

Please login to write comment.