Color Hex Logo

#ca48ba Color Hex

#CA48BA
(202,72,186)
0 Favorites   0 Comments

Color spaces of #ca48ba

RGB 20272186
HSL0.850.550.54
HSV307°64°79°
CMYK 0.000.640.08   0.21
XYZ35.537420.736548.5839
Yxy20.73650.33890.1978
Hunter Lab45.537359.6113-31.3805
CIE-Lab52.659964.2594-34.4505

#ca48ba color RGB value is (202,72,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001000 10111010
Octal 312 110 272
Decimal 202 72 186
Hex CA 48 BA

RGB Percentages of Color #ca48ba

%43.91
%15.65
%40.43

CMYK Percentages of Color #ca48ba

%0
%64
%8
%21

Triadic Colors of #ca48ba

#ca48ba #baca48 #48baca

Analogous Colors of #ca48ba

#ca48ba #ca4879 #9948ca

Monochromatic Colors of #ca48ba

#ca48ba

Complementary Color

#ca48ba #48ca58

#ca48ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca48ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca48ba Color CSS Codes

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

#ca48ba Text Font Color

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

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


#ca48ba Background Color

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

This div background color is #ca48ba


#ca48ba Border Color

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

This div border color is #ca48ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca48ba


Comments

No comments written yet.

Please login to write comment.