Color Hex Logo

#c790d2 Color Hex

#C790D2
(199,144,210)
0 Favorites   0 Comments

Color spaces of #c790d2

RGB 199144210
HSL0.810.420.69
HSV290°31°82°
CMYK 0.050.310.00   0.18
XYZ45.159336.741865.6845
Yxy36.74180.30600.2490
Hunter Lab60.615026.9095-21.8182
CIE-Lab67.082932.0414-25.7450

#c790d2 color RGB value is (199,144,210).

#c790d2 hex color red value is 199, green value is 144 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c790d2 hue: 0.81 , saturation: 0.42 and the lightness value of c790d2 is 0.69.

The process color (four color CMYK) of #c790d2 color hex is 0.05, 0.31, 0.00, 0.18. Web safe color of #c790d2 is #cc99cc. Color #c790d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 11010010
Octal 307 220 322
Decimal 199 144 210
Hex C7 90 D2

RGB Percentages of Color #c790d2

%35.99
%26.04
%37.97

CMYK Percentages of Color #c790d2

%5
%31
%0
%18

Triadic Colors of #c790d2

#c790d2 #d2c790 #90d2c7

Analogous Colors of #c790d2

#c790d2 #d290bc #a690d2

Monochromatic Colors of #c790d2

#c790d2

Complementary Color

#c790d2 #9bd290

#c790d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790d2 Color CSS Codes

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

#c790d2 Text Font Color

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

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


#c790d2 Background Color

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

This div background color is #c790d2


#c790d2 Border Color

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

This div border color is #c790d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790d2


Comments

No comments written yet.

Please login to write comment.