Color Hex Logo

#c795da Color Hex

#C795DA
(199,149,218)
0 Favorites   0 Comments

Color spaces of #c795da

RGB 199149218
HSL0.790.480.72
HSV283°32°85°
CMYK 0.090.320.00   0.15
XYZ46.955538.699071.3245
Yxy38.69900.29910.2465
Hunter Lab62.208525.8683-24.4323
CIE-Lab68.532730.8979-27.9499

#c795da color RGB value is (199,149,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010101 11011010
Octal 307 225 332
Decimal 199 149 218
Hex C7 95 DA

RGB Percentages of Color #c795da

%35.16
%26.33
%38.52

CMYK Percentages of Color #c795da

%9
%32
%0
%15

Triadic Colors of #c795da

#c795da #dac795 #95dac7

Analogous Colors of #c795da

#c795da #da95cb #a595da

Monochromatic Colors of #c795da

#c795da

Complementary Color

#c795da #a8da95

#c795da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c795da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c795da Color CSS Codes

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

#c795da Text Font Color

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

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


#c795da Background Color

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

This div background color is #c795da


#c795da Border Color

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

This div border color is #c795da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,149,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 #c795da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c795da


Comments

No comments written yet.

Please login to write comment.