Color Hex Logo

#ca7adb Color Hex

#CA7ADB
(202,122,219)
0 Favorites   0 Comments

Color spaces of #ca7adb

RGB 202122219
HSL0.800.570.67
HSV289°44°86°
CMYK 0.080.440.00   0.14
XYZ44.102831.590170.7909
Yxy31.59010.30110.2157
Hunter Lab56.205141.7059-35.3329
CIE-Lab63.002646.5619-37.0502

#ca7adb color RGB value is (202,122,219).

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

The process color (four color CMYK) of #ca7adb color hex is 0.08, 0.44, 0.00, 0.14. Web safe color of #ca7adb is #cc66cc. Color #ca7adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111010 11011011
Octal 312 172 333
Decimal 202 122 219
Hex CA 7A DB

RGB Percentages of Color #ca7adb

%37.20
%22.47
%40.33

CMYK Percentages of Color #ca7adb

%8
%44
%0
%14

Triadic Colors of #ca7adb

#ca7adb #dbca7a #7adbca

Analogous Colors of #ca7adb

#ca7adb #db7abc #9a7adb

Monochromatic Colors of #ca7adb

#ca7adb

Complementary Color

#ca7adb #8bdb7a

#ca7adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7adb Color CSS Codes

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

#ca7adb Text Font Color

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

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


#ca7adb Background Color

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

This div background color is #ca7adb


#ca7adb Border Color

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

This div border color is #ca7adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7adb


Comments

No comments written yet.

Please login to write comment.