Color Hex Logo

#c5b0ff Color Hex

#C5B0FF
(197,176,255)
0 Favorites   0 Comments

Color spaces of #c5b0ff

RGB 197176255
HSL0.711.000.85
HSV256°31°100°
CMYK 0.230.310.00   0.00
XYZ56.601350.1410101.3027
Yxy50.14100.27210.2410
Hunter Lab70.810318.7636-35.2543
CIE-Lab76.155723.4385-36.3575

#c5b0ff color RGB value is (197,176,255).

#c5b0ff hex color red value is 197, green value is 176 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c5b0ff hue: 0.71 , saturation: 1.00 and the lightness value of c5b0ff is 0.85.

The process color (four color CMYK) of #c5b0ff color hex is 0.23, 0.31, 0.00, 0.00. Web safe color of #c5b0ff is #cc99ff. Color #c5b0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10110000 11111111
Octal 305 260 377
Decimal 197 176 255
Hex C5 B0 FF

RGB Percentages of Color #c5b0ff

%31.37
%28.03
%40.61

CMYK Percentages of Color #c5b0ff

%23
%31
%0
%0

Triadic Colors of #c5b0ff

#c5b0ff #ffc5b0 #b0ffc5

Analogous Colors of #c5b0ff

#c5b0ff #edb0ff #b0c3ff

Monochromatic Colors of #c5b0ff

#c5b0ff

Complementary Color

#c5b0ff #eaffb0

#c5b0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5b0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5b0ff Color CSS Codes

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

#c5b0ff Text Font Color

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

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


#c5b0ff Background Color

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

This div background color is #c5b0ff


#c5b0ff Border Color

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

This div border color is #c5b0ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,176,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5b0ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5b0ff;
  -webkit-box-shadow: 1px 1px 3px 2px #c5b0ff;
  box-shadow:         1px 1px 3px 2px #c5b0ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,176,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5b0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.