Color Hex Logo

#ca83ad Color Hex

#CA83AD
(202,131,173)
0 Favorites   0 Comments

Color spaces of #ca83ad

RGB 202131173
HSL0.900.400.65
HSV325°35°79°
CMYK 0.000.350.14   0.21
XYZ40.016231.806343.5653
Yxy31.80630.34680.2756
Hunter Lab56.397127.9587-6.3221
CIE-Lab63.182533.4412-10.8534

#ca83ad color RGB value is (202,131,173).

#ca83ad hex color red value is 202, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca83ad hue: 0.90 , saturation: 0.40 and the lightness value of ca83ad is 0.65.

The process color (four color CMYK) of #ca83ad color hex is 0.00, 0.35, 0.14, 0.21. Web safe color of #ca83ad is #cc9999. Color #ca83ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 10101101
Octal 312 203 255
Decimal 202 131 173
Hex CA 83 AD

RGB Percentages of Color #ca83ad

%39.92
%25.89
%34.19

CMYK Percentages of Color #ca83ad

%0
%35
%14
%21

Triadic Colors of #ca83ad

#ca83ad #adca83 #83adca

Analogous Colors of #ca83ad

#ca83ad #ca838a #c483ca

Monochromatic Colors of #ca83ad

#ca83ad

Complementary Color

#ca83ad #83caa0

#ca83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca83ad Color CSS Codes

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

#ca83ad Text Font Color

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

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


#ca83ad Background Color

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

This div background color is #ca83ad


#ca83ad Border Color

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

This div border color is #ca83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca83ad


Comments

No comments written yet.

Please login to write comment.