Color Hex Logo

#c835dd Color Hex

#C835DD
(200,53,221)
0 Favorites   0 Comments

Color spaces of #c835dd

RGB 20053221
HSL0.810.710.54
HSV293°76°87°
CMYK 0.100.760.00   0.13
XYZ38.143720.046070.2655
Yxy20.04600.29690.1561
Hunter Lab44.772873.7189-61.7076
CIE-Lab51.889276.1804-55.7816

#c835dd color RGB value is (200,53,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110101 11011101
Octal 310 65 335
Decimal 200 53 221
Hex C8 35 DD

RGB Percentages of Color #c835dd

%42.19
%11.18
%46.62

CMYK Percentages of Color #c835dd

%10
%76
%0
%13

Triadic Colors of #c835dd

#c835dd #ddc835 #35ddc8

Analogous Colors of #c835dd

#c835dd #dd359e #7435dd

Monochromatic Colors of #c835dd

#c835dd

Complementary Color

#c835dd #4add35

#c835dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c835dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c835dd Color CSS Codes

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

#c835dd Text Font Color

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

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


#c835dd Background Color

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

This div background color is #c835dd


#c835dd Border Color

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

This div border color is #c835dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c835dd


Comments

No comments written yet.

Please login to write comment.