Color Hex Logo

#ca92bc Color Hex

#CA92BC
(202,146,188)
0 Favorites   0 Comments

Color spaces of #ca92bc

RGB 202146188
HSL0.880.350.68
HSV315°28°79°
CMYK 0.000.280.07   0.21
XYZ43.713136.745252.3655
Yxy36.74520.32910.2766
Hunter Lab60.617822.6399-8.7860
CIE-Lab67.085427.8202-13.4454

#ca92bc color RGB value is (202,146,188).

#ca92bc hex color red value is 202, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca92bc hue: 0.88 , saturation: 0.35 and the lightness value of ca92bc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010010 10111100
Octal 312 222 274
Decimal 202 146 188
Hex CA 92 BC

RGB Percentages of Color #ca92bc

%37.69
%27.24
%35.07

CMYK Percentages of Color #ca92bc

%0
%28
%7
%21

Triadic Colors of #ca92bc

#ca92bc #bcca92 #92bcca

Analogous Colors of #ca92bc

#ca92bc #ca92a0 #bc92ca

Monochromatic Colors of #ca92bc

#ca92bc

Complementary Color

#ca92bc #92caa0

#ca92bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca92bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca92bc Color CSS Codes

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

#ca92bc Text Font Color

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

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


#ca92bc Background Color

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

This div background color is #ca92bc


#ca92bc Border Color

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

This div border color is #ca92bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca92bc


Comments

No comments written yet.

Please login to write comment.