Color Hex Logo

#c795db Color Hex

#C795DB
(199,149,219)
0 Favorites   0 Comments

Color spaces of #c795db

RGB 199149219
HSL0.790.490.72
HSV283°32°86°
CMYK 0.090.320.00   0.14
XYZ47.086838.751572.0159
Yxy38.75150.29830.2455
Hunter Lab62.250726.0797-25.0153
CIE-Lab68.570931.1013-28.4435

#c795db color RGB value is (199,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010101 11011011
Octal 307 225 333
Decimal 199 149 219
Hex C7 95 DB

RGB Percentages of Color #c795db

%35.10
%26.28
%38.62

CMYK Percentages of Color #c795db

%9
%32
%0
%14

Triadic Colors of #c795db

#c795db #dbc795 #95dbc7

Analogous Colors of #c795db

#c795db #db95cc #a495db

Monochromatic Colors of #c795db

#c795db

Complementary Color

#c795db #a9db95

#c795db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c795db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c795db Color CSS Codes

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

#c795db Text Font Color

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

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


#c795db Background Color

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

This div background color is #c795db


#c795db Border Color

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

This div border color is #c795db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c795db


Comments

No comments written yet.

Please login to write comment.