Color Hex Logo

#c243ca Color Hex

#C243CA
(194,67,202)
0 Favorites   0 Comments

Color spaces of #c243ca

RGB 19467202
HSL0.820.560.53
HSV296°67°79°
CMYK 0.040.670.00   0.21
XYZ34.916019.747957.8486
Yxy19.74790.31030.1755
Hunter Lab44.438662.4822-46.0746
CIE-Lab51.551066.9274-45.5176

#c243ca color RGB value is (194,67,202).

#c243ca hex color red value is 194, green value is 67 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c243ca hue: 0.82 , saturation: 0.56 and the lightness value of c243ca is 0.53.

The process color (four color CMYK) of #c243ca color hex is 0.04, 0.67, 0.00, 0.21. Web safe color of #c243ca is #cc33cc. Color #c243ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 11001010
Octal 302 103 312
Decimal 194 67 202
Hex C2 43 CA

RGB Percentages of Color #c243ca

%41.90
%14.47
%43.63

CMYK Percentages of Color #c243ca

%4
%67
%0
%21

Triadic Colors of #c243ca

#c243ca #cac243 #43cac2

Analogous Colors of #c243ca

#c243ca #ca438f #7f43ca

Monochromatic Colors of #c243ca

#c243ca

Complementary Color

#c243ca #4bca43

#c243ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c243ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c243ca Color CSS Codes

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

#c243ca Text Font Color

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

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


#c243ca Background Color

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

This div background color is #c243ca


#c243ca Border Color

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

This div border color is #c243ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c243ca


Comments

No comments written yet.

Please login to write comment.