Color Hex Logo

#cb57eb Color Hex

#CB57EB
(203,87,235)
0 Favorites   0 Comments

Color spaces of #cb57eb

RGB 20387235
HSL0.800.790.63
HSV287°63°92°
CMYK 0.140.630.00   0.08
XYZ43.032225.511181.2533
Yxy25.51110.28730.1703
Hunter Lab50.508563.6884-60.0242
CIE-Lab57.570066.8204-54.5633

#cb57eb color RGB value is (203,87,235).

#cb57eb hex color red value is 203, green value is 87 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb57eb hue: 0.80 , saturation: 0.79 and the lightness value of cb57eb is 0.63.

The process color (four color CMYK) of #cb57eb color hex is 0.14, 0.63, 0.00, 0.08. Web safe color of #cb57eb is #cc66ff. Color #cb57eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010111 11101011
Octal 313 127 353
Decimal 203 87 235
Hex CB 57 EB

RGB Percentages of Color #cb57eb

%38.67
%16.57
%44.76

CMYK Percentages of Color #cb57eb

%14
%63
%0
%8

Triadic Colors of #cb57eb

#cb57eb #ebcb57 #57ebcb

Analogous Colors of #cb57eb

#cb57eb #eb57c1 #8157eb

Monochromatic Colors of #cb57eb

#cb57eb

Complementary Color

#cb57eb #77eb57

#cb57eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb57eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb57eb Color CSS Codes

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

#cb57eb Text Font Color

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

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


#cb57eb Background Color

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

This div background color is #cb57eb


#cb57eb Border Color

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

This div border color is #cb57eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb57eb


Comments

No comments written yet.

Please login to write comment.