Color Hex Logo

#c7bbe5 Color Hex

#C7BBE5
(199,187,229)
0 Favorites   0 Comments

Color spaces of #c7bbe5

RGB 199187229
HSL0.710.450.82
HSV257°18°90°
CMYK 0.130.180.00   0.10
XYZ55.466453.339981.5010
Yxy53.33990.29150.2803
Hunter Lab73.03427.7535-15.0396
CIE-Lab78.075312.3341-19.3937

#c7bbe5 color RGB value is (199,187,229).

#c7bbe5 hex color red value is 199, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c7bbe5 hue: 0.71 , saturation: 0.45 and the lightness value of c7bbe5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 11100101
Octal 307 273 345
Decimal 199 187 229
Hex C7 BB E5

RGB Percentages of Color #c7bbe5

%32.36
%30.41
%37.24

CMYK Percentages of Color #c7bbe5

%13
%18
%0
%10

Triadic Colors of #c7bbe5

#c7bbe5 #e5c7bb #bbe5c7

Analogous Colors of #c7bbe5

#c7bbe5 #dcbbe5 #bbc4e5

Monochromatic Colors of #c7bbe5

#c7bbe5

Complementary Color

#c7bbe5 #d9e5bb

#c7bbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bbe5 Color CSS Codes

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

#c7bbe5 Text Font Color

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

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


#c7bbe5 Background Color

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

This div background color is #c7bbe5


#c7bbe5 Border Color

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

This div border color is #c7bbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bbe5


Comments

No comments written yet.

Please login to write comment.