Color Hex Logo

#c838dd Color Hex

#C838DD
(200,56,221)
0 Favorites   0 Comments

Color spaces of #c838dd

RGB 20056221
HSL0.810.710.54
HSV292°75°87°
CMYK 0.100.750.00   0.13
XYZ38.284720.328270.3125
Yxy20.32820.29700.1577
Hunter Lab45.086872.6684-60.9015
CIE-Lab52.206375.2675-55.2735

#c838dd color RGB value is (200,56,221).

#c838dd hex color red value is 200, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c838dd hue: 0.81 , saturation: 0.71 and the lightness value of c838dd is 0.54.

The process color (four color CMYK) of #c838dd color hex is 0.10, 0.75, 0.00, 0.13. Web safe color of #c838dd is #cc33cc. Color #c838dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111000 11011101
Octal 310 70 335
Decimal 200 56 221
Hex C8 38 DD

RGB Percentages of Color #c838dd

%41.93
%11.74
%46.33

CMYK Percentages of Color #c838dd

%10
%75
%0
%13

Triadic Colors of #c838dd

#c838dd #ddc838 #38ddc8

Analogous Colors of #c838dd

#c838dd #dd38a0 #7638dd

Monochromatic Colors of #c838dd

#c838dd

Complementary Color

#c838dd #4ddd38

#c838dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c838dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c838dd Color CSS Codes

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

#c838dd Text Font Color

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

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


#c838dd Background Color

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

This div background color is #c838dd


#c838dd Border Color

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

This div border color is #c838dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c838dd


Comments

No comments written yet.

Please login to write comment.