Color Hex Logo

#ca308d Color Hex

#CA308D
(202,48,141)
0 Favorites   0 Comments

Color spaces of #ca308d

RGB 20248141
HSL0.900.620.49
HSV324°76°79°
CMYK 0.000.760.30   0.21
XYZ30.221816.593526.8093
Yxy16.59350.41050.2254
Hunter Lab40.735161.1445-10.5064
CIE-Lab47.743766.5120-15.4511

#ca308d color RGB value is (202,48,141).

#ca308d hex color red value is 202, green value is 48 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca308d hue: 0.90 , saturation: 0.62 and the lightness value of ca308d is 0.49.

The process color (four color CMYK) of #ca308d color hex is 0.00, 0.76, 0.30, 0.21. Web safe color of #ca308d is #cc3399. Color #ca308d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 10001101
Octal 312 60 215
Decimal 202 48 141
Hex CA 30 8D

RGB Percentages of Color #ca308d

%51.66
%12.28
%36.06

CMYK Percentages of Color #ca308d

%0
%76
%30
%21

Triadic Colors of #ca308d

#ca308d #8dca30 #308dca

Analogous Colors of #ca308d

#ca308d #ca3040 #ba30ca

Monochromatic Colors of #ca308d

#ca308d

Complementary Color

#ca308d #30ca6d

#ca308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca308d Color CSS Codes

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

#ca308d Text Font Color

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

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


#ca308d Background Color

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

This div background color is #ca308d


#ca308d Border Color

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

This div border color is #ca308d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca308d


Comments

No comments written yet.

Please login to write comment.