Color Hex Logo

#c8b5fc Color Hex

#C8B5FC
(200,181,252)
0 Favorites   0 Comments

Color spaces of #c8b5fc

RGB 200181252
HSL0.710.920.85
HSV256°28°99°
CMYK 0.210.280.00   0.01
XYZ57.914052.355499.1487
Yxy52.35540.27650.2500
Hunter Lab72.357016.2452-30.5934
CIE-Lab77.492920.9021-32.6583

#c8b5fc color RGB value is (200,181,252).

#c8b5fc hex color red value is 200, green value is 181 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c8b5fc hue: 0.71 , saturation: 0.92 and the lightness value of c8b5fc is 0.85.

The process color (four color CMYK) of #c8b5fc color hex is 0.21, 0.28, 0.00, 0.01. Web safe color of #c8b5fc is #ccccff. Color #c8b5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110101 11111100
Octal 310 265 374
Decimal 200 181 252
Hex C8 B5 FC

RGB Percentages of Color #c8b5fc

%31.60
%28.59
%39.81

CMYK Percentages of Color #c8b5fc

%21
%28
%0
%1

Triadic Colors of #c8b5fc

#c8b5fc #fcc8b5 #b5fcc8

Analogous Colors of #c8b5fc

#c8b5fc #ecb5fc #b5c6fc

Monochromatic Colors of #c8b5fc

#c8b5fc

Complementary Color

#c8b5fc #e9fcb5

#c8b5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b5fc Color CSS Codes

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

#c8b5fc Text Font Color

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

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


#c8b5fc Background Color

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

This div background color is #c8b5fc


#c8b5fc Border Color

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

This div border color is #c8b5fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,181,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8b5fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8b5fc;
  -webkit-box-shadow: 1px 1px 3px 2px #c8b5fc;
  box-shadow:         1px 1px 3px 2px #c8b5fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,181,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.