Color Hex Logo

#c795be Color Hex

#C795BE
(199,149,190)
0 Favorites   0 Comments

Color spaces of #c795be

RGB 199149190
HSL0.860.310.68
HSV311°25°78°
CMYK 0.000.250.05   0.22
XYZ43.594937.354753.6277
Yxy37.35470.32390.2776
Hunter Lab61.118520.3640-9.2404
CIE-Lab67.542325.5028-13.9067

#c795be color RGB value is (199,149,190).

#c795be hex color red value is 199, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c795be hue: 0.86 , saturation: 0.31 and the lightness value of c795be is 0.68.

The process color (four color CMYK) of #c795be color hex is 0.00, 0.25, 0.05, 0.22. Web safe color of #c795be is #cc99cc. Color #c795be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010101 10111110
Octal 307 225 276
Decimal 199 149 190
Hex C7 95 BE

RGB Percentages of Color #c795be

%36.99
%27.70
%35.32

CMYK Percentages of Color #c795be

%0
%25
%5
%22

Triadic Colors of #c795be

#c795be #bec795 #95bec7

Analogous Colors of #c795be

#c795be #c795a5 #b795c7

Monochromatic Colors of #c795be

#c795be

Complementary Color

#c795be #95c79e

#c795be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c795be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c795be Color CSS Codes

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

#c795be Text Font Color

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

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


#c795be Background Color

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

This div background color is #c795be


#c795be Border Color

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

This div border color is #c795be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c795be


Comments

No comments written yet.

Please login to write comment.