Color Hex Logo

#ca4bea Color Hex

#CA4BEA
(202,75,234)
0 Favorites   0 Comments

Color spaces of #ca4bea

RGB 20275234
HSL0.800.790.61
HSV288°68°92°
CMYK 0.140.680.00   0.08
XYZ41.724523.529280.1844
Yxy23.52920.28690.1618
Hunter Lab48.506968.6544-64.0546
CIE-Lab55.613371.3255-57.1380

#ca4bea color RGB value is (202,75,234).

#ca4bea hex color red value is 202, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca4bea hue: 0.80 , saturation: 0.79 and the lightness value of ca4bea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001011 11101010
Octal 312 113 352
Decimal 202 75 234
Hex CA 4B EA

RGB Percentages of Color #ca4bea

%39.53
%14.68
%45.79

CMYK Percentages of Color #ca4bea

%14
%68
%0
%8

Triadic Colors of #ca4bea

#ca4bea #eaca4b #4beaca

Analogous Colors of #ca4bea

#ca4bea #ea4bbb #7b4bea

Monochromatic Colors of #ca4bea

#ca4bea

Complementary Color

#ca4bea #6bea4b

#ca4bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4bea Color CSS Codes

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

#ca4bea Text Font Color

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

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


#ca4bea Background Color

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

This div background color is #ca4bea


#ca4bea Border Color

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

This div border color is #ca4bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,75,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4bea


Comments

No comments written yet.

Please login to write comment.