Color Hex Logo

#ca82be Color Hex

#CA82BE
(202,130,190)
0 Favorites   0 Comments

Color spaces of #ca82be

RGB 202130190
HSL0.860.400.65
HSV310°36°79°
CMYK 0.000.360.06   0.21
XYZ41.634032.239552.7437
Yxy32.23950.32880.2546
Hunter Lab56.779831.5210-15.3295
CIE-Lab63.540336.8823-19.9340

#ca82be color RGB value is (202,130,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 10111110
Octal 312 202 276
Decimal 202 130 190
Hex CA 82 BE

RGB Percentages of Color #ca82be

%38.70
%24.90
%36.40

CMYK Percentages of Color #ca82be

%0
%36
%6
%21

Triadic Colors of #ca82be

#ca82be #beca82 #82beca

Analogous Colors of #ca82be

#ca82be #ca829a #b282ca

Monochromatic Colors of #ca82be

#ca82be

Complementary Color

#ca82be #82ca8e

#ca82be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca82be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca82be Color CSS Codes

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

#ca82be Text Font Color

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

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


#ca82be Background Color

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

This div background color is #ca82be


#ca82be Border Color

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

This div border color is #ca82be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca82be


Comments

No comments written yet.

Please login to write comment.