Color Hex Logo

#c838fd Color Hex

#C838FD
(200,56,253)
0 Favorites   0 Comments

Color spaces of #c838fd

RGB 20056253
HSL0.790.980.61
HSV284°78°99°
CMYK 0.210.780.00   0.01
XYZ42.963222.199694.9490
Yxy22.19960.26830.1387
Hunter Lab47.116580.3117-86.4996
CIE-Lab54.238180.9767-69.9760

#c838fd color RGB value is (200,56,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111000 11111101
Octal 310 70 375
Decimal 200 56 253
Hex C8 38 FD

RGB Percentages of Color #c838fd

%39.29
%11.00
%49.71

CMYK Percentages of Color #c838fd

%21
%78
%0
%1

Triadic Colors of #c838fd

#c838fd #fdc838 #38fdc8

Analogous Colors of #c838fd

#c838fd #fd38d0 #6638fd

Monochromatic Colors of #c838fd

#c838fd

Complementary Color

#c838fd #6dfd38

#c838fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c838fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c838fd Color CSS Codes

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

#c838fd Text Font Color

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

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


#c838fd Background Color

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

This div background color is #c838fd


#c838fd Border Color

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

This div border color is #c838fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c838fd

Related Colors


Comments

No comments written yet.

Please login to write comment.