Color Hex Logo

#c7b7de Color Hex

#C7B7DE
(199,183,222)
0 Favorites   0 Comments

Color spaces of #c7b7de

RGB 199183222
HSL0.740.370.79
HSV265°18°87°
CMYK 0.100.180.00   0.13
XYZ53.671551.283076.1771
Yxy51.28300.29630.2831
Hunter Lab71.61218.4600-12.9410
CIE-Lab76.850113.0583-17.4625

#c7b7de color RGB value is (199,183,222).

#c7b7de hex color red value is 199, green value is 183 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c7b7de hue: 0.74 , saturation: 0.37 and the lightness value of c7b7de is 0.79.

The process color (four color CMYK) of #c7b7de color hex is 0.10, 0.18, 0.00, 0.13. Web safe color of #c7b7de is #cccccc. Color #c7b7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10110111 11011110
Octal 307 267 336
Decimal 199 183 222
Hex C7 B7 DE

RGB Percentages of Color #c7b7de

%32.95
%30.30
%36.75

CMYK Percentages of Color #c7b7de

%10
%18
%0
%13

Triadic Colors of #c7b7de

#c7b7de #dec7b7 #b7dec7

Analogous Colors of #c7b7de

#c7b7de #dbb7de #b7bbde

Monochromatic Colors of #c7b7de

#c7b7de

Complementary Color

#c7b7de #cedeb7

#c7b7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7b7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7b7de Color CSS Codes

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

#c7b7de Text Font Color

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

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


#c7b7de Background Color

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

This div background color is #c7b7de


#c7b7de Border Color

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

This div border color is #c7b7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7b7de


Comments

No comments written yet.

Please login to write comment.