Color Hex Logo

#cb94eb Color Hex

#CB94EB
(203,148,235)
0 Favorites   0 Comments

Color spaces of #cb94eb

RGB 203148235
HSL0.770.690.75
HSV278°37°92°
CMYK 0.140.370.00   0.08
XYZ50.213939.874583.6472
Yxy39.87450.28900.2295
Hunter Lab63.146331.4372-34.3366
CIE-Lab69.380136.1846-35.9656

#cb94eb color RGB value is (203,148,235).

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

The process color (four color CMYK) of #cb94eb color hex is 0.14, 0.37, 0.00, 0.08. Web safe color of #cb94eb is #cc99ff. Color #cb94eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010100 11101011
Octal 313 224 353
Decimal 203 148 235
Hex CB 94 EB

RGB Percentages of Color #cb94eb

%34.64
%25.26
%40.10

CMYK Percentages of Color #cb94eb

%14
%37
%0
%8

Triadic Colors of #cb94eb

#cb94eb #ebcb94 #94ebcb

Analogous Colors of #cb94eb

#cb94eb #eb94e0 #a094eb

Monochromatic Colors of #cb94eb

#cb94eb

Complementary Color

#cb94eb #b4eb94

#cb94eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb94eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb94eb Color CSS Codes

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

#cb94eb Text Font Color

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

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


#cb94eb Background Color

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

This div background color is #cb94eb


#cb94eb Border Color

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

This div border color is #cb94eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb94eb


Comments

No comments written yet.

Please login to write comment.