Color Hex Logo

#ca3beb Color Hex

#CA3BEB
(202,59,235)
0 Favorites   0 Comments

Color spaces of #ca3beb

RGB 20259235
HSL0.800.810.58
HSV289°75°92°
CMYK 0.140.750.00   0.08
XYZ40.916521.682680.6259
Yxy21.68260.28570.1514
Hunter Lab46.564675.3607-70.0646
CIE-Lab53.688677.1526-60.7873

#ca3beb color RGB value is (202,59,235).

#ca3beb hex color red value is 202, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca3beb hue: 0.80 , saturation: 0.81 and the lightness value of ca3beb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111011 11101011
Octal 312 73 353
Decimal 202 59 235
Hex CA 3B EB

RGB Percentages of Color #ca3beb

%40.73
%11.90
%47.38

CMYK Percentages of Color #ca3beb

%14
%75
%0
%8

Triadic Colors of #ca3beb

#ca3beb #ebca3b #3bebca

Analogous Colors of #ca3beb

#ca3beb #eb3bb4 #723beb

Monochromatic Colors of #ca3beb

#ca3beb

Complementary Color

#ca3beb #5ceb3b

#ca3beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca3beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca3beb Color CSS Codes

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

#ca3beb Text Font Color

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

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


#ca3beb Background Color

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

This div background color is #ca3beb


#ca3beb Border Color

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

This div border color is #ca3beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca3beb


Comments

No comments written yet.

Please login to write comment.