Color Hex Logo

#ca4cdb Color Hex

#CA4CDB
(202,76,219)
0 Favorites   0 Comments

Color spaces of #ca4cdb

RGB 20276219
HSL0.810.670.58
HSV293°65°86°
CMYK 0.080.650.00   0.14
XYZ39.727722.839969.3325
Yxy22.83990.30120.1732
Hunter Lab47.791164.7487-52.5606
CIE-Lab54.907068.2084-49.8100

#ca4cdb color RGB value is (202,76,219).

#ca4cdb hex color red value is 202, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca4cdb hue: 0.81 , saturation: 0.67 and the lightness value of ca4cdb is 0.58.

The process color (four color CMYK) of #ca4cdb color hex is 0.08, 0.65, 0.00, 0.14. Web safe color of #ca4cdb is #cc33cc. Color #ca4cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001100 11011011
Octal 312 114 333
Decimal 202 76 219
Hex CA 4C DB

RGB Percentages of Color #ca4cdb

%40.64
%15.29
%44.06

CMYK Percentages of Color #ca4cdb

%8
%65
%0
%14

Triadic Colors of #ca4cdb

#ca4cdb #dbca4c #4cdbca

Analogous Colors of #ca4cdb

#ca4cdb #db4ca5 #834cdb

Monochromatic Colors of #ca4cdb

#ca4cdb

Complementary Color

#ca4cdb #5ddb4c

#ca4cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4cdb Color CSS Codes

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

#ca4cdb Text Font Color

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

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


#ca4cdb Background Color

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

This div background color is #ca4cdb


#ca4cdb Border Color

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

This div border color is #ca4cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4cdb


Comments

No comments written yet.

Please login to write comment.