Color Hex Logo

#c834fd Color Hex

#C834FD
(200,52,253)
0 Favorites   0 Comments

Color spaces of #c834fd

RGB 20052253
HSL0.790.980.60
HSV284°79°99°
CMYK 0.210.790.00   0.01
XYZ42.777021.827294.8870
Yxy21.82720.26820.1369
Hunter Lab46.719681.6774-87.7137
CIE-Lab53.843282.1240-70.6154

#c834fd color RGB value is (200,52,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 11111101
Octal 310 64 375
Decimal 200 52 253
Hex C8 34 FD

RGB Percentages of Color #c834fd

%39.60
%10.30
%50.10

CMYK Percentages of Color #c834fd

%21
%79
%0
%1

Triadic Colors of #c834fd

#c834fd #fdc834 #34fdc8

Analogous Colors of #c834fd

#c834fd #fd34ce #6334fd

Monochromatic Colors of #c834fd

#c834fd

Complementary Color

#c834fd #69fd34

#c834fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834fd Color CSS Codes

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

#c834fd Text Font Color

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

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


#c834fd Background Color

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

This div background color is #c834fd


#c834fd Border Color

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

This div border color is #c834fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834fd


Comments

No comments written yet.

Please login to write comment.