Color Hex Logo

#c235df Color Hex

#C235DF
(194,53,223)
0 Favorites   0 Comments

Color spaces of #c235df

RGB 19453223
HSL0.800.730.54
HSV290°76°87°
CMYK 0.130.760.00   0.13
XYZ36.840519.343371.6039
Yxy19.34330.28830.1514
Hunter Lab43.981072.5529-65.7412
CIE-Lab51.086575.3915-58.2561

#c235df color RGB value is (194,53,223).

#c235df hex color red value is 194, green value is 53 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c235df hue: 0.80 , saturation: 0.73 and the lightness value of c235df is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 11011111
Octal 302 65 337
Decimal 194 53 223
Hex C2 35 DF

RGB Percentages of Color #c235df

%41.28
%11.28
%47.45

CMYK Percentages of Color #c235df

%13
%76
%0
%13

Triadic Colors of #c235df

#c235df #dfc235 #35dfc2

Analogous Colors of #c235df

#c235df #df35a7 #6d35df

Monochromatic Colors of #c235df

#c235df

Complementary Color

#c235df #52df35

#c235df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c235df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c235df Color CSS Codes

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

#c235df Text Font Color

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

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


#c235df Background Color

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

This div background color is #c235df


#c235df Border Color

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

This div border color is #c235df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,53,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c235df


Comments

No comments written yet.

Please login to write comment.