Color Hex Logo

#c25bee Color Hex

#C25BEE
(194,91,238)
0 Favorites   0 Comments

Color spaces of #c25bee

RGB 19491238
HSL0.780.810.65
HSV282°62°93°
CMYK 0.180.620.00   0.07
XYZ41.421825.124683.5553
Yxy25.12460.27600.1674
Hunter Lab50.124459.7909-63.7468
CIE-Lab57.196663.5796-56.9044

#c25bee color RGB value is (194,91,238).

#c25bee hex color red value is 194, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c25bee hue: 0.78 , saturation: 0.81 and the lightness value of c25bee is 0.65.

The process color (four color CMYK) of #c25bee color hex is 0.18, 0.62, 0.00, 0.07. Web safe color of #c25bee is #cc66ff. Color #c25bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011011 11101110
Octal 302 133 356
Decimal 194 91 238
Hex C2 5B EE

RGB Percentages of Color #c25bee

%37.09
%17.40
%45.51

CMYK Percentages of Color #c25bee

%18
%62
%0
%7

Triadic Colors of #c25bee

#c25bee #eec25b #5beec2

Analogous Colors of #c25bee

#c25bee #ee5bd1 #795bee

Monochromatic Colors of #c25bee

#c25bee

Complementary Color

#c25bee #87ee5b

#c25bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25bee Color CSS Codes

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

#c25bee Text Font Color

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

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


#c25bee Background Color

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

This div background color is #c25bee


#c25bee Border Color

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

This div border color is #c25bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25bee


Comments

No comments written yet.

Please login to write comment.