Color Hex Logo

#ca6beb Color Hex

#CA6BEB
(202,107,235)
0 Favorites   0 Comments

Color spaces of #ca6beb

RGB 202107235
HSL0.790.760.67
HSV285°54°92°
CMYK 0.140.540.00   0.08
XYZ44.610229.070181.8571
Yxy29.07010.28680.1869
Hunter Lab53.916753.3351-52.2732
CIE-Lab60.843457.3476-49.3678

#ca6beb color RGB value is (202,107,235).

#ca6beb hex color red value is 202, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca6beb hue: 0.79 , saturation: 0.76 and the lightness value of ca6beb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101011 11101011
Octal 312 153 353
Decimal 202 107 235
Hex CA 6B EB

RGB Percentages of Color #ca6beb

%37.13
%19.67
%43.20

CMYK Percentages of Color #ca6beb

%14
%54
%0
%8

Triadic Colors of #ca6beb

#ca6beb #ebca6b #6bebca

Analogous Colors of #ca6beb

#ca6beb #eb6bcc #8a6beb

Monochromatic Colors of #ca6beb

#ca6beb

Complementary Color

#ca6beb #8ceb6b

#ca6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6beb Color CSS Codes

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

#ca6beb Text Font Color

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

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


#ca6beb Background Color

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

This div background color is #ca6beb


#ca6beb Border Color

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

This div border color is #ca6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6beb


Comments

No comments written yet.

Please login to write comment.