Color Hex Logo

#ca81bd Color Hex

#CA81BD
(202,129,189)
0 Favorites   0 Comments

Color spaces of #ca81bd

RGB 202129189
HSL0.860.410.65
HSV311°36°79°
CMYK 0.000.360.06   0.21
XYZ41.392731.931252.1258
Yxy31.93120.33000.2545
Hunter Lab56.507731.8653-15.1370
CIE-Lab63.286037.2436-19.7568

#ca81bd color RGB value is (202,129,189).

#ca81bd hex color red value is 202, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca81bd hue: 0.86 , saturation: 0.41 and the lightness value of ca81bd is 0.65.

The process color (four color CMYK) of #ca81bd color hex is 0.00, 0.36, 0.06, 0.21. Web safe color of #ca81bd is #cc99cc. Color #ca81bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000001 10111101
Octal 312 201 275
Decimal 202 129 189
Hex CA 81 BD

RGB Percentages of Color #ca81bd

%38.85
%24.81
%36.35

CMYK Percentages of Color #ca81bd

%0
%36
%6
%21

Triadic Colors of #ca81bd

#ca81bd #bdca81 #81bdca

Analogous Colors of #ca81bd

#ca81bd #ca8199 #b381ca

Monochromatic Colors of #ca81bd

#ca81bd

Complementary Color

#ca81bd #81ca8e

#ca81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca81bd Color CSS Codes

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

#ca81bd Text Font Color

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

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


#ca81bd Background Color

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

This div background color is #ca81bd


#ca81bd Border Color

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

This div border color is #ca81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca81bd


Comments

No comments written yet.

Please login to write comment.