color codes Logo

#c0b5fd color codes

#C0B5FD
(192,181,253)
0 Favorites   0 Comments

Color spaces of #c0b5fd

RGB 192181253
HSL0.690.950.85
HSV249°28°99°
CMYK 0.240.280.00   0.01
XYZ55.991751.346199.8882
Yxy51.34610.27020.2478
Hunter Lab71.656214.0804-32.4905
CIE-Lab76.888218.7657-34.1816

#c0b5fd color RGB value is (192,181,253).

#c0b5fd hex color red value is 192, green value is 181 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c0b5fd hue: 0.69 , saturation: 0.95 and the lightness value of c0b5fd is 0.85.

The process color (four color CMYK) of #c0b5fd color code is 0.24, 0.28, 0.00, 0.01. Web safe color of #c0b5fd is #ccccff. Color #c0b5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110101 11111101
Octal 300 265 375
Decimal 192 181 253
Hex C0 B5 FD

RGB Percentages of Color #c0b5fd

%30.67
%28.91
%40.42

CMYK Percentages of Color #c0b5fd

%24
%28
%0
%1

Triadic Colors of #c0b5fd

#c0b5fd #fdc0b5 #b5fdc0

Analogous Colors of #c0b5fd

#c0b5fd #e4b5fd #b5cefd

Monochromatic Colors of #c0b5fd

#c0b5fd

Complementary Color

#c0b5fd #f2fdb5

#c0b5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b5fd Color CSS Codes

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

#c0b5fd Text Font Color

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

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


#c0b5fd Background Color

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

This div background color is #c0b5fd


#c0b5fd Border Color

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

This div border color is #c0b5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.