Color Hex Logo

#c791da Color Hex

#C791DA
(199,145,218)
0 Favorites   0 Comments

Color spaces of #c791da

RGB 199145218
HSL0.790.500.71
HSV284°33°85°
CMYK 0.090.330.00   0.15
XYZ46.333537.454971.1171
Yxy37.45490.29910.2418
Hunter Lab61.200428.0378-26.0568
CIE-Lab67.616933.0920-29.3603

#c791da color RGB value is (199,145,218).

#c791da hex color red value is 199, green value is 145 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c791da hue: 0.79 , saturation: 0.50 and the lightness value of c791da is 0.71.

The process color (four color CMYK) of #c791da color hex is 0.09, 0.33, 0.00, 0.15. Web safe color of #c791da is #cc99cc. Color #c791da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010001 11011010
Octal 307 221 332
Decimal 199 145 218
Hex C7 91 DA

RGB Percentages of Color #c791da

%35.41
%25.80
%38.79

CMYK Percentages of Color #c791da

%9
%33
%0
%15

Triadic Colors of #c791da

#c791da #dac791 #91dac7

Analogous Colors of #c791da

#c791da #da91c9 #a391da

Monochromatic Colors of #c791da

#c791da

Complementary Color

#c791da #a4da91

#c791da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c791da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c791da Color CSS Codes

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

#c791da Text Font Color

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

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


#c791da Background Color

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

This div background color is #c791da


#c791da Border Color

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

This div border color is #c791da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c791da


Comments

No comments written yet.

Please login to write comment.