Color Hex Logo

#ca47df Color Hex

#CA47DF
(202,71,223)
0 Favorites   0 Comments

Color spaces of #ca47df

RGB 20271223
HSL0.810.700.58
HSV292°68°87°
CMYK 0.090.680.00   0.13
XYZ39.929622.390772.0294
Yxy22.39070.29720.1667
Hunter Lab47.318867.8179-57.1290
CIE-Lab54.439170.8576-52.8195

#ca47df color RGB value is (202,71,223).

#ca47df hex color red value is 202, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca47df hue: 0.81 , saturation: 0.70 and the lightness value of ca47df is 0.58.

The process color (four color CMYK) of #ca47df color hex is 0.09, 0.68, 0.00, 0.13. Web safe color of #ca47df is #cc33cc. Color #ca47df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 11011111
Octal 312 107 337
Decimal 202 71 223
Hex CA 47 DF

RGB Percentages of Color #ca47df

%40.73
%14.31
%44.96

CMYK Percentages of Color #ca47df

%9
%68
%0
%13

Triadic Colors of #ca47df

#ca47df #dfca47 #47dfca

Analogous Colors of #ca47df

#ca47df #df47a8 #7e47df

Monochromatic Colors of #ca47df

#ca47df

Complementary Color

#ca47df #5cdf47

#ca47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca47df Color CSS Codes

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

#ca47df Text Font Color

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

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


#ca47df Background Color

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

This div background color is #ca47df


#ca47df Border Color

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

This div border color is #ca47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca47df


Comments

No comments written yet.

Please login to write comment.