Color Hex Logo

#c25ceb Color Hex

#C25CEB
(194,92,235)
0 Favorites   0 Comments

Color spaces of #c25ceb

RGB 19492235
HSL0.790.780.64
HSV283°61°92°
CMYK 0.170.610.00   0.08
XYZ41.070725.121881.2816
Yxy25.12180.27850.1703
Hunter Lab50.121758.5536-61.0646
CIE-Lab57.193962.5173-55.2329

#c25ceb color RGB value is (194,92,235).

#c25ceb hex color red value is 194, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c25ceb hue: 0.79 , saturation: 0.78 and the lightness value of c25ceb is 0.64.

The process color (four color CMYK) of #c25ceb color hex is 0.17, 0.61, 0.00, 0.08. Web safe color of #c25ceb is #cc66ff. Color #c25ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011100 11101011
Octal 302 134 353
Decimal 194 92 235
Hex C2 5C EB

RGB Percentages of Color #c25ceb

%37.24
%17.66
%45.11

CMYK Percentages of Color #c25ceb

%17
%61
%0
%8

Triadic Colors of #c25ceb

#c25ceb #ebc25c #5cebc2

Analogous Colors of #c25ceb

#c25ceb #eb5ccd #7b5ceb

Monochromatic Colors of #c25ceb

#c25ceb

Complementary Color

#c25ceb #85eb5c

#c25ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25ceb Color CSS Codes

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

#c25ceb Text Font Color

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

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


#c25ceb Background Color

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

This div background color is #c25ceb


#c25ceb Border Color

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

This div border color is #c25ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25ceb


Comments

No comments written yet.

Please login to write comment.