Color Hex Logo

#ca48bd Color Hex

#CA48BD
(202,72,189)
0 Favorites   0 Comments

Color spaces of #ca48bd

RGB 20272189
HSL0.850.550.54
HSV306°64°79°
CMYK 0.000.640.06   0.21
XYZ35.859820.865450.2815
Yxy20.86540.33510.1950
Hunter Lab45.678760.1929-33.2893
CIE-Lab52.801964.7335-35.9654

#ca48bd color RGB value is (202,72,189).

#ca48bd hex color red value is 202, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca48bd hue: 0.85 , saturation: 0.55 and the lightness value of ca48bd is 0.54.

The process color (four color CMYK) of #ca48bd color hex is 0.00, 0.64, 0.06, 0.21. Web safe color of #ca48bd is #cc33cc. Color #ca48bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001000 10111101
Octal 312 110 275
Decimal 202 72 189
Hex CA 48 BD

RGB Percentages of Color #ca48bd

%43.63
%15.55
%40.82

CMYK Percentages of Color #ca48bd

%0
%64
%6
%21

Triadic Colors of #ca48bd

#ca48bd #bdca48 #48bdca

Analogous Colors of #ca48bd

#ca48bd #ca487c #9648ca

Monochromatic Colors of #ca48bd

#ca48bd

Complementary Color

#ca48bd #48ca55

#ca48bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca48bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca48bd Color CSS Codes

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

#ca48bd Text Font Color

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

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


#ca48bd Background Color

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

This div background color is #ca48bd


#ca48bd Border Color

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

This div border color is #ca48bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca48bd


Comments

No comments written yet.

Please login to write comment.