Color Hex Logo

#ca0ceb Color Hex

#CA0CEB
(202,12,235)
0 Favorites   0 Comments

Color spaces of #ca0ceb

RGB 20212235
HSL0.810.900.48
HSV291°95°92°
CMYK 0.140.950.00   0.08
XYZ39.484018.817780.1484
Yxy18.81770.28520.1359
Hunter Lab43.379486.5572-79.1796
CIE-Lab50.473286.5537-65.9732

#ca0ceb color RGB value is (202,12,235).

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

The process color (four color CMYK) of #ca0ceb color hex is 0.14, 0.95, 0.00, 0.08. Web safe color of #ca0ceb is #cc00ff. Color #ca0ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001100 11101011
Octal 312 14 353
Decimal 202 12 235
Hex CA C EB

RGB Percentages of Color #ca0ceb

%44.99
%2.67
%52.34

CMYK Percentages of Color #ca0ceb

%14
%95
%0
%8

Triadic Colors of #ca0ceb

#ca0ceb #ebca0c #0cebca

Analogous Colors of #ca0ceb

#ca0ceb #eb0c9d #5b0ceb

Monochromatic Colors of #ca0ceb

#ca0ceb

Complementary Color

#ca0ceb #2deb0c

#ca0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0ceb Color CSS Codes

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

#ca0ceb Text Font Color

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

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


#ca0ceb Background Color

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

This div background color is #ca0ceb


#ca0ceb Border Color

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

This div border color is #ca0ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0ceb


Comments

No comments written yet.

Please login to write comment.