Color Hex Logo

#ca047d Color Hex

#CA047D
(202,4,125)
0 Favorites   0 Comments

Color spaces of #ca047d

RGB 2024125
HSL0.900.960.40
HSV323°98°79°
CMYK 0.000.980.38   0.21
XYZ28.102214.124120.6471
Yxy14.12410.44700.2246
Hunter Lab37.582067.7059-6.2657
CIE-Lab44.410472.7074-10.7467

#ca047d color RGB value is (202,4,125).

#ca047d hex color red value is 202, green value is 4 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ca047d hue: 0.90 , saturation: 0.96 and the lightness value of ca047d is 0.40.

The process color (four color CMYK) of #ca047d color hex is 0.00, 0.98, 0.38, 0.21. Web safe color of #ca047d is #cc0066. Color #ca047d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000100 01111101
Octal 312 4 175
Decimal 202 4 125
Hex CA 4 7D

RGB Percentages of Color #ca047d

%61.03
%1.21
%37.76

CMYK Percentages of Color #ca047d

%0
%98
%38
%21

Triadic Colors of #ca047d

#ca047d #7dca04 #047dca

Analogous Colors of #ca047d

#ca047d #ca041a #b404ca

Monochromatic Colors of #ca047d

#ca047d

Complementary Color

#ca047d #04ca51

#ca047d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca047d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca047d Color CSS Codes

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

#ca047d Text Font Color

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

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


#ca047d Background Color

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

This div background color is #ca047d


#ca047d Border Color

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

This div border color is #ca047d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca047d


Comments

No comments written yet.

Please login to write comment.