Color Hex Logo

#c25efb Color Hex

#C25EFB
(194,94,251)
0 Favorites   0 Comments

Color spaces of #c25efb

RGB 19494251
HSL0.770.950.68
HSV278°63°98°
CMYK 0.230.630.00   0.02
XYZ43.663426.439894.0689
Yxy26.43980.26600.1610
Hunter Lab51.419661.5903-72.4734
CIE-Lab58.452264.8862-62.1183

#c25efb color RGB value is (194,94,251).

#c25efb hex color red value is 194, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c25efb hue: 0.77 , saturation: 0.95 and the lightness value of c25efb is 0.68.

The process color (four color CMYK) of #c25efb color hex is 0.23, 0.63, 0.00, 0.02. Web safe color of #c25efb is #cc66ff. Color #c25efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011110 11111011
Octal 302 136 373
Decimal 194 94 251
Hex C2 5E FB

RGB Percentages of Color #c25efb

%35.99
%17.44
%46.57

CMYK Percentages of Color #c25efb

%23
%63
%0
%2

Triadic Colors of #c25efb

#c25efb #fbc25e #5efbc2

Analogous Colors of #c25efb

#c25efb #fb5ee6 #745efb

Monochromatic Colors of #c25efb

#c25efb

Complementary Color

#c25efb #97fb5e

#c25efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25efb Color CSS Codes

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

#c25efb Text Font Color

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

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


#c25efb Background Color

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

This div background color is #c25efb


#c25efb Border Color

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

This div border color is #c25efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25efb


Comments

No comments written yet.

Please login to write comment.