Color Hex Logo

#c344ff Color Hex

#C344FF
(195,68,255)
0 Favorites   0 Comments

Color spaces of #c344ff

RGB 19568255
HSL0.781.000.63
HSV281°73°100°
CMYK 0.240.730.00   0.00
XYZ42.622822.956396.7923
Yxy22.95630.26250.1414
Hunter Lab47.912774.9449-86.2375
CIE-Lab55.027376.5591-69.8440

#c344ff color RGB value is (195,68,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 11111111
Octal 303 104 377
Decimal 195 68 255
Hex C3 44 FF

RGB Percentages of Color #c344ff

%37.64
%13.13
%49.23

CMYK Percentages of Color #c344ff

%24
%73
%0
%0

Triadic Colors of #c344ff

#c344ff #ffc344 #44ffc3

Analogous Colors of #c344ff

#c344ff #ff44de #6644ff

Monochromatic Colors of #c344ff

#c344ff

Complementary Color

#c344ff #80ff44

#c344ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344ff Color CSS Codes

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

#c344ff Text Font Color

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

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


#c344ff Background Color

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

This div background color is #c344ff


#c344ff Border Color

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

This div border color is #c344ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,68,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 #c344ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344ff

#c344ff Color Palettes


Comments

No comments written yet.

Please login to write comment.