Color Hex Logo

#c0beff Color Hex

#C0BEFF
(192,190,255)
0 Favorites   0 Comments

Color spaces of #c0beff

RGB 192190255
HSL0.671.000.87
HSV242°25°100°
CMYK 0.250.250.00   0.00
XYZ58.201755.2534102.2052
Yxy55.25340.26990.2562
Hunter Lab74.33269.6816-29.4892
CIE-Lab79.187014.3005-31.7092

#c0beff color RGB value is (192,190,255).

#c0beff hex color red value is 192, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c0beff hue: 0.67 , saturation: 1.00 and the lightness value of c0beff is 0.87.

The process color (four color CMYK) of #c0beff color hex is 0.25, 0.25, 0.00, 0.00. Web safe color of #c0beff is #ccccff. Color #c0beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 11111111
Octal 300 276 377
Decimal 192 190 255
Hex C0 BE FF

RGB Percentages of Color #c0beff

%30.14
%29.83
%40.03

CMYK Percentages of Color #c0beff

%25
%25
%0
%0

Triadic Colors of #c0beff

#c0beff #ffc0be #beffc0

Analogous Colors of #c0beff

#c0beff #e1beff #beddff

Monochromatic Colors of #c0beff

#c0beff

Complementary Color

#c0beff #fdffbe

#c0beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0beff Color CSS Codes

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

#c0beff Text Font Color

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

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


#c0beff Background Color

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

This div background color is #c0beff


#c0beff Border Color

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

This div border color is #c0beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0beff

Related Colors


Comments

No comments written yet.

Please login to write comment.