Color Hex Logo

#c285fd Color Hex

#C285FD
(194,133,253)
0 Favorites   0 Comments

Color spaces of #c285fd

RGB 194133253
HSL0.750.970.76
HSV271°47°99°
CMYK 0.230.470.00   0.01
XYZ48.365335.336297.2000
Yxy35.33620.26740.1953
Hunter Lab59.444341.2045-55.3368
CIE-Lab66.009645.6902-51.1786

#c285fd color RGB value is (194,133,253).

#c285fd hex color red value is 194, green value is 133 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c285fd hue: 0.75 , saturation: 0.97 and the lightness value of c285fd is 0.76.

The process color (four color CMYK) of #c285fd color hex is 0.23, 0.47, 0.00, 0.01. Web safe color of #c285fd is #cc99ff. Color #c285fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 11111101
Octal 302 205 375
Decimal 194 133 253
Hex C2 85 FD

RGB Percentages of Color #c285fd

%33.45
%22.93
%43.62

CMYK Percentages of Color #c285fd

%23
%47
%0
%1

Triadic Colors of #c285fd

#c285fd #fdc285 #85fdc2

Analogous Colors of #c285fd

#c285fd #fd85fc #8685fd

Monochromatic Colors of #c285fd

#c285fd

Complementary Color

#c285fd #c0fd85

#c285fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c285fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c285fd Color CSS Codes

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

#c285fd Text Font Color

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

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


#c285fd Background Color

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

This div background color is #c285fd


#c285fd Border Color

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

This div border color is #c285fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c285fd

#c285fd Color Palettes


Comments

No comments written yet.

Please login to write comment.