Color Hex Logo

#cb3aeb Color Hex

#CB3AEB
(203,58,235)
0 Favorites   0 Comments

Color spaces of #cb3aeb

RGB 20358235
HSL0.800.820.57
HSV289°75°92°
CMYK 0.140.750.00   0.08
XYZ41.137121.720880.6216
Yxy21.72080.28670.1514
Hunter Lab46.605675.9959-69.9401
CIE-Lab53.729577.6536-60.7136

#cb3aeb color RGB value is (203,58,235).

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

The process color (four color CMYK) of #cb3aeb color hex is 0.14, 0.75, 0.00, 0.08. Web safe color of #cb3aeb is #cc33ff. Color #cb3aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111010 11101011
Octal 313 72 353
Decimal 203 58 235
Hex CB 3A EB

RGB Percentages of Color #cb3aeb

%40.93
%11.69
%47.38

CMYK Percentages of Color #cb3aeb

%14
%75
%0
%8

Triadic Colors of #cb3aeb

#cb3aeb #ebcb3a #3aebcb

Analogous Colors of #cb3aeb

#cb3aeb #eb3ab3 #733aeb

Monochromatic Colors of #cb3aeb

#cb3aeb

Complementary Color

#cb3aeb #5aeb3a

#cb3aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3aeb Color CSS Codes

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

#cb3aeb Text Font Color

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

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


#cb3aeb Background Color

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

This div background color is #cb3aeb


#cb3aeb Border Color

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

This div border color is #cb3aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3aeb


Comments

No comments written yet.

Please login to write comment.