Color Hex Logo

#c21beb Color Hex

#C21BEB
(194,27,235)
0 Favorites   0 Comments

Color spaces of #c21beb

RGB 19427235
HSL0.800.840.51
HSV288°89°92°
CMYK 0.170.890.00   0.08
XYZ37.635518.251480.1365
Yxy18.25140.27670.1342
Hunter Lab42.721782.4861-81.3099
CIE-Lab49.799683.5419-67.1256

#c21beb color RGB value is (194,27,235).

#c21beb hex color red value is 194, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c21beb hue: 0.80 , saturation: 0.84 and the lightness value of c21beb is 0.51.

The process color (four color CMYK) of #c21beb color hex is 0.17, 0.89, 0.00, 0.08. Web safe color of #c21beb is #cc33ff. Color #c21beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011011 11101011
Octal 302 33 353
Decimal 194 27 235
Hex C2 1B EB

RGB Percentages of Color #c21beb

%42.54
%5.92
%51.54

CMYK Percentages of Color #c21beb

%17
%89
%0
%8

Triadic Colors of #c21beb

#c21beb #ebc21b #1bebc2

Analogous Colors of #c21beb

#c21beb #eb1bac #5a1beb

Monochromatic Colors of #c21beb

#c21beb

Complementary Color

#c21beb #44eb1b

#c21beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21beb Color CSS Codes

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

#c21beb Text Font Color

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

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


#c21beb Background Color

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

This div background color is #c21beb


#c21beb Border Color

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

This div border color is #c21beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21beb


Comments

No comments written yet.

Please login to write comment.