Color Hex Logo

#ca4be2 Color Hex

#CA4BE2
(202,75,226)
0 Favorites   0 Comments

Color spaces of #ca4be2

RGB 20275226
HSL0.810.720.59
HSV290°67°89°
CMYK 0.110.670.00   0.11
XYZ40.600723.079774.2664
Yxy23.07970.29430.1673
Hunter Lab48.041366.7816-58.0266
CIE-Lab55.154369.8610-53.3720

#ca4be2 color RGB value is (202,75,226).

#ca4be2 hex color red value is 202, green value is 75 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ca4be2 hue: 0.81 , saturation: 0.72 and the lightness value of ca4be2 is 0.59.

The process color (four color CMYK) of #ca4be2 color hex is 0.11, 0.67, 0.00, 0.11. Web safe color of #ca4be2 is #cc33cc. Color #ca4be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001011 11100010
Octal 312 113 342
Decimal 202 75 226
Hex CA 4B E2

RGB Percentages of Color #ca4be2

%40.16
%14.91
%44.93

CMYK Percentages of Color #ca4be2

%11
%67
%0
%11

Triadic Colors of #ca4be2

#ca4be2 #e2ca4b #4be2ca

Analogous Colors of #ca4be2

#ca4be2 #e24baf #7f4be2

Monochromatic Colors of #ca4be2

#ca4be2

Complementary Color

#ca4be2 #63e24b

#ca4be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4be2 Color CSS Codes

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

#ca4be2 Text Font Color

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

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


#ca4be2 Background Color

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

This div background color is #ca4be2


#ca4be2 Border Color

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

This div border color is #ca4be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4be2


Comments

No comments written yet.

Please login to write comment.