Color Hex Logo

#ca88bc Color Hex

#CA88BC
(202,136,188)
0 Favorites   0 Comments

Color spaces of #ca88bc

RGB 202136188
HSL0.870.380.66
HSV313°33°79°
CMYK 0.000.330.07   0.21
XYZ42.238433.795751.8740
Yxy33.79570.33020.2642
Hunter Lab58.134127.9579-12.2116
CIE-Lab64.800133.2810-16.8939

#ca88bc color RGB value is (202,136,188).

#ca88bc hex color red value is 202, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca88bc hue: 0.87 , saturation: 0.38 and the lightness value of ca88bc is 0.66.

The process color (four color CMYK) of #ca88bc color hex is 0.00, 0.33, 0.07, 0.21. Web safe color of #ca88bc is #cc99cc. Color #ca88bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 10111100
Octal 312 210 274
Decimal 202 136 188
Hex CA 88 BC

RGB Percentages of Color #ca88bc

%38.40
%25.86
%35.74

CMYK Percentages of Color #ca88bc

%0
%33
%7
%21

Triadic Colors of #ca88bc

#ca88bc #bcca88 #88bcca

Analogous Colors of #ca88bc

#ca88bc #ca889b #b788ca

Monochromatic Colors of #ca88bc

#ca88bc

Complementary Color

#ca88bc #88ca96

#ca88bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca88bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca88bc Color CSS Codes

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

#ca88bc Text Font Color

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

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


#ca88bc Background Color

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

This div background color is #ca88bc


#ca88bc Border Color

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

This div border color is #ca88bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca88bc


Comments

No comments written yet.

Please login to write comment.