Color Hex Logo

#c790cd Color Hex

#C790CD
(199,144,205)
0 Favorites   0 Comments

Color spaces of #c790cd

RGB 199144205
HSL0.820.380.68
HSV294°30°80°
CMYK 0.030.300.00   0.20
XYZ44.545936.496462.4543
Yxy36.49640.31040.2543
Hunter Lab60.412325.8983-19.0055
CIE-Lab66.897531.0659-23.2477

#c790cd color RGB value is (199,144,205).

#c790cd hex color red value is 199, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c790cd hue: 0.82 , saturation: 0.38 and the lightness value of c790cd is 0.68.

The process color (four color CMYK) of #c790cd color hex is 0.03, 0.30, 0.00, 0.20. Web safe color of #c790cd is #cc99cc. Color #c790cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 11001101
Octal 307 220 315
Decimal 199 144 205
Hex C7 90 CD

RGB Percentages of Color #c790cd

%36.31
%26.28
%37.41

CMYK Percentages of Color #c790cd

%3
%30
%0
%20

Triadic Colors of #c790cd

#c790cd #cdc790 #90cdc7

Analogous Colors of #c790cd

#c790cd #cd90b5 #a990cd

Monochromatic Colors of #c790cd

#c790cd

Complementary Color

#c790cd #96cd90

#c790cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790cd Color CSS Codes

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

#c790cd Text Font Color

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

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


#c790cd Background Color

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

This div background color is #c790cd


#c790cd Border Color

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

This div border color is #c790cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790cd


Comments

No comments written yet.

Please login to write comment.