Color Hex Logo

#c257fc Color Hex

#C257FC
(194,87,252)
1 Favorites   0 Comments

Color spaces of #c257fc

RGB 19487252
HSL0.770.960.66
HSV279°65°99°
CMYK 0.230.650.00   0.01
XYZ43.227025.314094.7032
Yxy25.31400.26480.1551
Hunter Lab50.313065.3125-76.3813
CIE-Lab57.380168.2176-64.3939

#c257fc color RGB value is (194,87,252).

#c257fc hex color red value is 194, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c257fc hue: 0.77 , saturation: 0.96 and the lightness value of c257fc is 0.66.

The process color (four color CMYK) of #c257fc color hex is 0.23, 0.65, 0.00, 0.01. Web safe color of #c257fc is #cc66ff. Color #c257fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010111 11111100
Octal 302 127 374
Decimal 194 87 252
Hex C2 57 FC

RGB Percentages of Color #c257fc

%36.40
%16.32
%47.28

CMYK Percentages of Color #c257fc

%23
%65
%0
%1

Triadic Colors of #c257fc

#c257fc #fcc257 #57fcc2

Analogous Colors of #c257fc

#c257fc #fc57e4 #7057fc

Monochromatic Colors of #c257fc

#c257fc

Complementary Color

#c257fc #91fc57

#c257fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c257fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c257fc Color CSS Codes

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

#c257fc Text Font Color

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

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


#c257fc Background Color

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

This div background color is #c257fc


#c257fc Border Color

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

This div border color is #c257fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c257fc


Comments

No comments written yet.

Please login to write comment.