Color Hex Logo

#ca65eb Color Hex

#CA65EB
(202,101,235)
0 Favorites   0 Comments

Color spaces of #ca65eb

RGB 202101235
HSL0.790.770.66
HSV285°57°92°
CMYK 0.140.570.00   0.08
XYZ44.006227.862181.6558
Yxy27.86210.28660.1815
Hunter Lab52.784656.4415-54.7703
CIE-Lab59.763960.2390-51.0798

#ca65eb color RGB value is (202,101,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100101 11101011
Octal 312 145 353
Decimal 202 101 235
Hex CA 65 EB

RGB Percentages of Color #ca65eb

%37.55
%18.77
%43.68

CMYK Percentages of Color #ca65eb

%14
%57
%0
%8

Triadic Colors of #ca65eb

#ca65eb #ebca65 #65ebca

Analogous Colors of #ca65eb

#ca65eb #eb65c9 #8765eb

Monochromatic Colors of #ca65eb

#ca65eb

Complementary Color

#ca65eb #86eb65

#ca65eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca65eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca65eb Color CSS Codes

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

#ca65eb Text Font Color

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

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


#ca65eb Background Color

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

This div background color is #ca65eb


#ca65eb Border Color

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

This div border color is #ca65eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca65eb


Comments

No comments written yet.

Please login to write comment.