Color Hex Logo

#c243ff Color Hex

#C243FF
(194,67,255)
0 Favorites   0 Comments

Color spaces of #c243ff

RGB 19467255
HSL0.781.000.63
HSV281°74°100°
CMYK 0.240.740.00   0.00
XYZ42.305322.703696.7602
Yxy22.70360.26150.1403
Hunter Lab47.648375.0996-87.0474
CIE-Lab54.765776.7339-70.2737

#c243ff color RGB value is (194,67,255).

#c243ff hex color red value is 194, green value is 67 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c243ff hue: 0.78 , saturation: 1.00 and the lightness value of c243ff is 0.63.

The process color (four color CMYK) of #c243ff color hex is 0.24, 0.74, 0.00, 0.00. Web safe color of #c243ff is #cc33ff. Color #c243ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 11111111
Octal 302 103 377
Decimal 194 67 255
Hex C2 43 FF

RGB Percentages of Color #c243ff

%37.60
%12.98
%49.42

CMYK Percentages of Color #c243ff

%24
%74
%0
%0

Triadic Colors of #c243ff

#c243ff #ffc243 #43ffc2

Analogous Colors of #c243ff

#c243ff #ff43de #6443ff

Monochromatic Colors of #c243ff

#c243ff

Complementary Color

#c243ff #80ff43

#c243ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c243ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c243ff Color CSS Codes

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

#c243ff Text Font Color

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

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


#c243ff Background Color

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

This div background color is #c243ff


#c243ff Border Color

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

This div border color is #c243ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c243ff


Comments

No comments written yet.

Please login to write comment.