Color Hex Logo

#c7bce5 Color Hex

#C7BCE5
(199,188,229)
0 Favorites   0 Comments

Color spaces of #c7bce5

RGB 199188229
HSL0.710.440.82
HSV256°18°90°
CMYK 0.130.180.00   0.10
XYZ55.679353.765781.5719
Yxy53.76570.29150.2815
Hunter Lab73.32517.2248-14.6307
CIE-Lab78.324911.7919-19.0159

#c7bce5 color RGB value is (199,188,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111100 11100101
Octal 307 274 345
Decimal 199 188 229
Hex C7 BC E5

RGB Percentages of Color #c7bce5

%32.31
%30.52
%37.18

CMYK Percentages of Color #c7bce5

%13
%18
%0
%10

Triadic Colors of #c7bce5

#c7bce5 #e5c7bc #bce5c7

Analogous Colors of #c7bce5

#c7bce5 #dcbce5 #bcc6e5

Monochromatic Colors of #c7bce5

#c7bce5

Complementary Color

#c7bce5 #dae5bc

#c7bce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bce5 Color CSS Codes

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

#c7bce5 Text Font Color

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

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


#c7bce5 Background Color

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

This div background color is #c7bce5


#c7bce5 Border Color

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

This div border color is #c7bce5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,188,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 #c7bce5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bce5


Comments

No comments written yet.

Please login to write comment.