Color Hex Logo

#cb3aef Color Hex

#CB3AEF
(203,58,239)
0 Favorites   0 Comments

Color spaces of #cb3aef

RGB 20358239
HSL0.800.850.58
HSV288°76°94°
CMYK 0.150.760.00   0.06
XYZ41.721621.954683.7000
Yxy21.95460.28310.1490
Hunter Lab46.855776.9436-73.1127
CIE-Lab53.978878.3619-62.5580

#cb3aef color RGB value is (203,58,239).

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

The process color (four color CMYK) of #cb3aef color hex is 0.15, 0.76, 0.00, 0.06. Web safe color of #cb3aef is #cc33ff. Color #cb3aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111010 11101111
Octal 313 72 357
Decimal 203 58 239
Hex CB 3A EF

RGB Percentages of Color #cb3aef

%40.60
%11.60
%47.80

CMYK Percentages of Color #cb3aef

%15
%76
%0
%6

Triadic Colors of #cb3aef

#cb3aef #efcb3a #3aefcb

Analogous Colors of #cb3aef

#cb3aef #ef3ab9 #713aef

Monochromatic Colors of #cb3aef

#cb3aef

Complementary Color

#cb3aef #5eef3a

#cb3aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3aef Color CSS Codes

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

#cb3aef Text Font Color

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

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


#cb3aef Background Color

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

This div background color is #cb3aef


#cb3aef Border Color

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

This div border color is #cb3aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3aef


Comments

No comments written yet.

Please login to write comment.