Color Hex Logo

#c227fb Color Hex

#C227FB
(194,39,251)
0 Favorites   0 Comments

Color spaces of #c227fb

RGB 19439251
HSL0.790.960.57
HSV284°84°98°
CMYK 0.230.840.00   0.02
XYZ40.386219.885492.9765
Yxy19.88540.26350.1298
Hunter Lab44.593083.6227-92.4045
CIE-Lab51.707484.0542-73.0070

#c227fb color RGB value is (194,39,251).

#c227fb hex color red value is 194, green value is 39 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c227fb hue: 0.79 , saturation: 0.96 and the lightness value of c227fb is 0.57.

The process color (four color CMYK) of #c227fb color hex is 0.23, 0.84, 0.00, 0.02. Web safe color of #c227fb is #cc33ff. Color #c227fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100111 11111011
Octal 302 47 373
Decimal 194 39 251
Hex C2 27 FB

RGB Percentages of Color #c227fb

%40.08
%8.06
%51.86

CMYK Percentages of Color #c227fb

%23
%84
%0
%2

Triadic Colors of #c227fb

#c227fb #fbc227 #27fbc2

Analogous Colors of #c227fb

#c227fb #fb27ca #5827fb

Monochromatic Colors of #c227fb

#c227fb

Complementary Color

#c227fb #60fb27

#c227fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c227fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c227fb Color CSS Codes

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

#c227fb Text Font Color

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

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


#c227fb Background Color

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

This div background color is #c227fb


#c227fb Border Color

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

This div border color is #c227fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c227fb

Related Colors


Comments

No comments written yet.

Please login to write comment.