Color Hex Logo

#c634ff Color Hex

#C634FF
(198,52,255)
0 Favorites   0 Comments

Color spaces of #c634ff

RGB 19852255
HSL0.791.000.60
HSV283°80°100°
CMYK 0.220.800.00   0.00
XYZ42.566721.681796.5492
Yxy21.68170.26470.1348
Hunter Lab46.563681.6917-90.3427
CIE-Lab53.687682.1655-71.9926

#c634ff color RGB value is (198,52,255).

#c634ff hex color red value is 198, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c634ff hue: 0.79 , saturation: 1.00 and the lightness value of c634ff is 0.60.

The process color (four color CMYK) of #c634ff color hex is 0.22, 0.80, 0.00, 0.00. Web safe color of #c634ff is #cc33ff. Color #c634ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 11111111
Octal 306 64 377
Decimal 198 52 255
Hex C6 34 FF

RGB Percentages of Color #c634ff

%39.21
%10.30
%50.50

CMYK Percentages of Color #c634ff

%22
%80
%0
%0

Triadic Colors of #c634ff

#c634ff #ffc634 #34ffc6

Analogous Colors of #c634ff

#c634ff #ff34d3 #6034ff

Monochromatic Colors of #c634ff

#c634ff

Complementary Color

#c634ff #6dff34

#c634ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c634ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c634ff Color CSS Codes

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

#c634ff Text Font Color

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

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


#c634ff Background Color

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

This div background color is #c634ff


#c634ff Border Color

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

This div border color is #c634ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c634ff


Comments

No comments written yet.

Please login to write comment.