Color Hex Logo

#c7bfda Color Hex

#C7BFDA
(199,191,218)
0 Favorites   0 Comments

Color spaces of #c7bfda

RGB 199191218
HSL0.720.270.80
HSV258°12°85°
CMYK 0.090.120.00   0.15
XYZ54.838954.465773.9523
Yxy54.46570.29920.2972
Hunter Lab73.80093.4857-7.7510
CIE-Lab78.73257.9195-12.4715

#c7bfda color RGB value is (199,191,218).

#c7bfda hex color red value is 199, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c7bfda hue: 0.72 , saturation: 0.27 and the lightness value of c7bfda is 0.80.

The process color (four color CMYK) of #c7bfda color hex is 0.09, 0.12, 0.00, 0.15. Web safe color of #c7bfda is #cccccc. Color #c7bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11011010
Octal 307 277 332
Decimal 199 191 218
Hex C7 BF DA

RGB Percentages of Color #c7bfda

%32.73
%31.41
%35.86

CMYK Percentages of Color #c7bfda

%9
%12
%0
%15

Triadic Colors of #c7bfda

#c7bfda #dac7bf #bfdac7

Analogous Colors of #c7bfda

#c7bfda #d5bfda #bfc5da

Monochromatic Colors of #c7bfda

#c7bfda

Complementary Color

#c7bfda #d2dabf

#c7bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfda Color CSS Codes

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

#c7bfda Text Font Color

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

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


#c7bfda Background Color

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

This div background color is #c7bfda


#c7bfda Border Color

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

This div border color is #c7bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfda


Comments

No comments written yet.

Please login to write comment.