Color Hex Logo

#ca43ce Color Hex

#CA43CE
(202,67,206)
0 Favorites   0 Comments

Color spaces of #ca43ce

RGB 20267206
HSL0.830.590.54
HSV298°67°81°
CMYK 0.020.670.00   0.19
XYZ37.504921.027160.4744
Yxy21.02710.31520.1767
Hunter Lab45.855365.7477-46.0935
CIE-Lab52.979169.4118-45.4699

#ca43ce color RGB value is (202,67,206).

#ca43ce hex color red value is 202, green value is 67 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca43ce hue: 0.83 , saturation: 0.59 and the lightness value of ca43ce is 0.54.

The process color (four color CMYK) of #ca43ce color hex is 0.02, 0.67, 0.00, 0.19. Web safe color of #ca43ce is #cc33cc. Color #ca43ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000011 11001110
Octal 312 103 316
Decimal 202 67 206
Hex CA 43 CE

RGB Percentages of Color #ca43ce

%42.53
%14.11
%43.37

CMYK Percentages of Color #ca43ce

%2
%67
%0
%19

Triadic Colors of #ca43ce

#ca43ce #ceca43 #43ceca

Analogous Colors of #ca43ce

#ca43ce #ce438d #8543ce

Monochromatic Colors of #ca43ce

#ca43ce

Complementary Color

#ca43ce #47ce43

#ca43ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca43ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca43ce Color CSS Codes

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

#ca43ce Text Font Color

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

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


#ca43ce Background Color

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

This div background color is #ca43ce


#ca43ce Border Color

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

This div border color is #ca43ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca43ce


Comments

No comments written yet.

Please login to write comment.