Color Hex Logo

#cb25ee Color Hex

#CB25EE
(203,37,238)
0 Favorites   0 Comments

Color spaces of #cb25ee

RGB 20337238
HSL0.800.860.54
HSV290°84°93°
CMYK 0.150.840.00   0.07
XYZ40.722820.192782.6402
Yxy20.19270.28370.1407
Hunter Lab44.936383.1243-77.5820
CIE-Lab52.054483.6000-65.0994

#cb25ee color RGB value is (203,37,238).

#cb25ee hex color red value is 203, green value is 37 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cb25ee hue: 0.80 , saturation: 0.86 and the lightness value of cb25ee is 0.54.

The process color (four color CMYK) of #cb25ee color hex is 0.15, 0.84, 0.00, 0.07. Web safe color of #cb25ee is #cc33ff. Color #cb25ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100101 11101110
Octal 313 45 356
Decimal 203 37 238
Hex CB 25 EE

RGB Percentages of Color #cb25ee

%42.47
%7.74
%49.79

CMYK Percentages of Color #cb25ee

%15
%84
%0
%7

Triadic Colors of #cb25ee

#cb25ee #eecb25 #25eecb

Analogous Colors of #cb25ee

#cb25ee #ee25ad #6725ee

Monochromatic Colors of #cb25ee

#cb25ee

Complementary Color

#cb25ee #48ee25

#cb25ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb25ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb25ee Color CSS Codes

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

#cb25ee Text Font Color

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

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


#cb25ee Background Color

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

This div background color is #cb25ee


#cb25ee Border Color

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

This div border color is #cb25ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb25ee


Comments

No comments written yet.

Please login to write comment.