Color Hex Logo

#c795bf Color Hex

#C795BF
(199,149,191)
0 Favorites   0 Comments

Color spaces of #c795bf

RGB 199149191
HSL0.860.310.68
HSV310°25°78°
CMYK 0.000.250.04   0.22
XYZ43.704637.398654.2054
Yxy37.39860.32300.2764
Hunter Lab61.154420.5466-9.7448
CIE-Lab67.575025.6849-14.4155

#c795bf color RGB value is (199,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010101 10111111
Octal 307 225 277
Decimal 199 149 191
Hex C7 95 BF

RGB Percentages of Color #c795bf

%36.92
%27.64
%35.44

CMYK Percentages of Color #c795bf

%0
%25
%4
%22

Triadic Colors of #c795bf

#c795bf #bfc795 #95bfc7

Analogous Colors of #c795bf

#c795bf #c795a6 #b695c7

Monochromatic Colors of #c795bf

#c795bf

Complementary Color

#c795bf #95c79d

#c795bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c795bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c795bf Color CSS Codes

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

#c795bf Text Font Color

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

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


#c795bf Background Color

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

This div background color is #c795bf


#c795bf Border Color

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

This div border color is #c795bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c795bf


Comments

No comments written yet.

Please login to write comment.