Color Hex Logo

#ca4ebc Color Hex

#CA4EBC
(202,78,188)
0 Favorites   0 Comments

Color spaces of #ca4ebc

RGB 20278188
HSL0.850.540.55
HSV307°61°79°
CMYK 0.000.610.07   0.21
XYZ36.158621.636249.8474
Yxy21.63620.33590.2010
Hunter Lab46.514757.3576-30.9777
CIE-Lab53.638962.1264-34.0761

#ca4ebc color RGB value is (202,78,188).

#ca4ebc hex color red value is 202, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca4ebc hue: 0.85 , saturation: 0.54 and the lightness value of ca4ebc is 0.55.

The process color (four color CMYK) of #ca4ebc color hex is 0.00, 0.61, 0.07, 0.21. Web safe color of #ca4ebc is #cc66cc. Color #ca4ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001110 10111100
Octal 312 116 274
Decimal 202 78 188
Hex CA 4E BC

RGB Percentages of Color #ca4ebc

%43.16
%16.67
%40.17

CMYK Percentages of Color #ca4ebc

%0
%61
%7
%21

Triadic Colors of #ca4ebc

#ca4ebc #bcca4e #4ebcca

Analogous Colors of #ca4ebc

#ca4ebc #ca4e7e #9a4eca

Monochromatic Colors of #ca4ebc

#ca4ebc

Complementary Color

#ca4ebc #4eca5c

#ca4ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4ebc Color CSS Codes

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

#ca4ebc Text Font Color

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

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


#ca4ebc Background Color

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

This div background color is #ca4ebc


#ca4ebc Border Color

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

This div border color is #ca4ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4ebc


Comments

No comments written yet.

Please login to write comment.