Color Hex Logo

#c838fe Color Hex

#C838FE
(200,56,254)
0 Favorites   0 Comments

Color spaces of #c838fe

RGB 20056254
HSL0.790.990.61
HSV284°78°100°
CMYK 0.210.780.00   0.00
XYZ43.123022.263595.7904
Yxy22.26350.26760.1381
Hunter Lab47.184280.5639-87.3379
CIE-Lab54.305581.1617-70.4227

#c838fe color RGB value is (200,56,254).

#c838fe hex color red value is 200, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c838fe hue: 0.79 , saturation: 0.99 and the lightness value of c838fe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111000 11111110
Octal 310 70 376
Decimal 200 56 254
Hex C8 38 FE

RGB Percentages of Color #c838fe

%39.22
%10.98
%49.80

CMYK Percentages of Color #c838fe

%21
%78
%0
%0

Triadic Colors of #c838fe

#c838fe #fec838 #38fec8

Analogous Colors of #c838fe

#c838fe #fe38d1 #6538fe

Monochromatic Colors of #c838fe

#c838fe

Complementary Color

#c838fe #6efe38

#c838fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c838fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c838fe Color CSS Codes

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

#c838fe Text Font Color

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

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


#c838fe Background Color

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

This div background color is #c838fe


#c838fe Border Color

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

This div border color is #c838fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c838fe

Related Colors


Comments

No comments written yet.

Please login to write comment.