Color Hex Logo

#cb92ee Color Hex

#CB92EE
(203,146,238)
0 Favorites   0 Comments

Color spaces of #cb92ee

RGB 203146238
HSL0.770.730.75
HSV277°39°93°
CMYK 0.150.390.00   0.07
XYZ50.340139.427385.8459
Yxy39.42730.28670.2245
Hunter Lab62.791233.2201-37.1054
CIE-Lab69.059737.9039-38.1090

#cb92ee color RGB value is (203,146,238).

#cb92ee hex color red value is 203, green value is 146 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cb92ee hue: 0.77 , saturation: 0.73 and the lightness value of cb92ee is 0.75.

The process color (four color CMYK) of #cb92ee color hex is 0.15, 0.39, 0.00, 0.07. Web safe color of #cb92ee is #cc99ff. Color #cb92ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010010 11101110
Octal 313 222 356
Decimal 203 146 238
Hex CB 92 EE

RGB Percentages of Color #cb92ee

%34.58
%24.87
%40.55

CMYK Percentages of Color #cb92ee

%15
%39
%0
%7

Triadic Colors of #cb92ee

#cb92ee #eecb92 #92eecb

Analogous Colors of #cb92ee

#cb92ee #ee92e3 #9d92ee

Monochromatic Colors of #cb92ee

#cb92ee

Complementary Color

#cb92ee #b5ee92

#cb92ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb92ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb92ee Color CSS Codes

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

#cb92ee Text Font Color

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

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


#cb92ee Background Color

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

This div background color is #cb92ee


#cb92ee Border Color

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

This div border color is #cb92ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,146,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb92ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb92ee;
  -webkit-box-shadow: 1px 1px 3px 2px #cb92ee;
  box-shadow:         1px 1px 3px 2px #cb92ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,146,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb92ee


Comments

No comments written yet.

Please login to write comment.