Color Hex Logo

#c834fc Color Hex

#C834FC
(200,52,252)
0 Favorites   0 Comments

Color spaces of #c834fc

RGB 20052252
HSL0.790.970.60
HSV284°79°99°
CMYK 0.210.790.00   0.01
XYZ42.618121.763694.0500
Yxy21.76360.26900.1374
Hunter Lab46.651581.4272-86.8734
CIE-Lab53.775381.9416-70.1691

#c834fc color RGB value is (200,52,252).

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

The process color (four color CMYK) of #c834fc color hex is 0.21, 0.79, 0.00, 0.01. Web safe color of #c834fc is #cc33ff. Color #c834fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 11111100
Octal 310 64 374
Decimal 200 52 252
Hex C8 34 FC

RGB Percentages of Color #c834fc

%39.68
%10.32
%50.00

CMYK Percentages of Color #c834fc

%21
%79
%0
%1

Triadic Colors of #c834fc

#c834fc #fcc834 #34fcc8

Analogous Colors of #c834fc

#c834fc #fc34cc #6434fc

Monochromatic Colors of #c834fc

#c834fc

Complementary Color

#c834fc #68fc34

#c834fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834fc Color CSS Codes

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

#c834fc Text Font Color

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

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


#c834fc Background Color

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

This div background color is #c834fc


#c834fc Border Color

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

This div border color is #c834fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,52,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834fc


Comments

No comments written yet.

Please login to write comment.