Color Hex Logo

#c830fc Color Hex

#C830FC
(200,48,252)
0 Favorites   0 Comments

Color spaces of #c830fc

RGB 20048252
HSL0.790.970.59
HSV285°81°99°
CMYK 0.210.810.00   0.01
XYZ42.447121.421593.9930
Yxy21.42150.26890.1357
Hunter Lab46.283482.7089-88.0087
CIE-Lab53.407783.0133-70.7643

#c830fc color RGB value is (200,48,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 11111100
Octal 310 60 374
Decimal 200 48 252
Hex C8 30 FC

RGB Percentages of Color #c830fc

%40.00
%9.60
%50.40

CMYK Percentages of Color #c830fc

%21
%81
%0
%1

Triadic Colors of #c830fc

#c830fc #fcc830 #30fcc8

Analogous Colors of #c830fc

#c830fc #fc30ca #6230fc

Monochromatic Colors of #c830fc

#c830fc

Complementary Color

#c830fc #64fc30

#c830fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830fc Color CSS Codes

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

#c830fc Text Font Color

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

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


#c830fc Background Color

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

This div background color is #c830fc


#c830fc Border Color

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

This div border color is #c830fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830fc

Related Colors


Comments

No comments written yet.

Please login to write comment.